Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

us points l. Essay (20 points subtotal) Provide short brief and clear answers. 1

ID: 2083727 • Letter: U

Question


us points l. Essay (20 points subtotal) Provide short brief and clear answers. 1. 10 points) How can MATLAB be useful with your other engineering curriculum courses? 2. (10 points) Provide an application of the MATLAB Graphical User Interface Program for you as a future engineer. I. Programming using MATLAB GUIDE e and save the following m and fig files send as attachments via Blackboard Email). 1. (50 points) create a GUI Program called "SI Pressure Unit (Pa) converter" that converts a pressure value with a non-SI unit to the equivalent value with the SI (International System of Units) unit of pressure, pascal (Pa). It should contain the following objects (total of 5 objects) as illustrated below. Save as PressurePa Name (.m and fig. a) 2 Static Texts b) 1 Edit Text c) 1 Pop-up Menu d 1 Push Button Edit Text SI Pressure Unit (Pa) 0 MPa Converter Pop-up Menu by: Your Name Static Text date May 16, 2017 0 MPa ENGG 010 F ADS Convert! Push Button One Static Text labels the program title, author (your information, and date created. The other Static Text shows the selected value and unit from the Edit Text and Pop-up Menu, and the computed value after pressing the Push Button. The Edit Text is where the user enters the desired magnitude ofthe pressure. The Pop-up Menu lists the non-Sl pressure unit options: MPa, bar, Torr, psi, and mm The table below provides the atm conversion scale to the Pa unit.

Explanation / Answer

1.)

MATLAB (matrix laboratory) is a multi-paradigm numerical computing environment and fourth-generation programming language. A proprietary programming language developed by MathWorks, MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other languages, including C, C++, C#, Java, Fortran and Python.

Although MATLAB is intended primarily for numerical computing, an optional toolbox uses the MuPAD symbolic engine, allowing access to symbolic computing abilities. An additional package, Simulink, adds graphical multi-domain simulation and model-based design for dynamic and embedded systems.

In 2004, MATLAB had around one million users across industry and academia.[7] MATLAB users come from various backgrounds of engineering, science, and economics.

2.)

MATLAB® apps are self-contained MATLAB programs with GUI front ends that automate a task or calculation. The GUI typically contains controls such as menus, toolbars, buttons, and sliders. Many MATLAB products, such as Curve Fitting Toolbox™, Signal Processing Toolbox™, and Control System Toolbox™ include apps with custom user interfaces. You can also create your own custom apps, including their corresponding UIs, for others to use.