engineering software Archives - MATLAB Apps https://matlab-apps.com/tag/engineering-software/ Official Website of MATLAB Apps | an educational YouTube channel specialized in designing professional MATLAB applications Sat, 26 Aug 2023 07:34:21 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.3 https://i0.wp.com/matlab-apps.com/wp-content/uploads/2023/06/cropped-thumb.png?fit=32%2C32&ssl=1 engineering software Archives - MATLAB Apps https://matlab-apps.com/tag/engineering-software/ 32 32 222008058 Temperature Unit Converter https://matlab-apps.com/2023/07/20/temperature-unit-converter/ Thu, 20 Jul 2023 17:26:56 +0000 https://matlab-apps.com/?p=853 We introduce a user-friendly Temperature Unit Converter App designed in MATLAB using App Designer. This app allows you to easily convert temperature units between the four most popular units: Celsius (oC), Fahrenheit (oF), Kelvin (K), and Rankine (oR). With just a few clicks, you can enter a temperature value and select the unit you want …

The post Temperature Unit Converter appeared first on MATLAB Apps.

]]>
We introduce a user-friendly Temperature Unit Converter App designed in MATLAB using App Designer. This app allows you to easily convert temperature units between the four most popular units: Celsius (oC), Fahrenheit (oF), Kelvin (K), and Rankine (oR). With just a few clicks, you can enter a temperature value and select the unit you want to convert from, and the app will display the equivalent value in all other temperature units.

This app is perfect for anyone who needs to quickly and accurately convert temperature values in their work or daily life. Whether you’re a scientist, engineer, student, or simply interested in learning about temperature units, this app is an essential tool. The intuitive interface and easy-to-use design make it simple for anyone to use, and the MATLAB code behind the app is fully customizable for those who want to further enhance the app’s functionality.

Watch the video given above to see a demonstration of the Temperature Unit Converter App in action, and learn how you can download and use this powerful tool for your own temperature conversion needs.


Full MATLAB Project (open source):

The post Temperature Unit Converter appeared first on MATLAB Apps.

]]>
853
Quadratic Equation Solver and Function Plotter https://matlab-apps.com/2023/07/20/quadratic-equation-solver-and-function-plotter/ Thu, 20 Jul 2023 15:46:56 +0000 https://matlab-apps.com/?p=824 This application showcases a simple and powerful app that can solve quadratic equations in a matter of seconds. The app is designed to handle any input in the form of ax2 + bx + c = 0 or even more general form ax2 + bx + c = d. The app uses the general formula: …

The post Quadratic Equation Solver and Function Plotter appeared first on MATLAB Apps.

]]>
This application showcases a simple and powerful app that can solve quadratic equations in a matter of seconds. The app is designed to handle any input in the form of ax2 + bx + c = 0 or even more general form ax2 + bx + c = d. The app uses the general formula: x = (-b ± sqrt(b2 – 4ac))/(2a) to find the two roots no matter if they are real, imaginary, or even complex.

In addition to finding roots, this app also has the capability to plot the quadratic function for any user-defined domain (i.e., between xmin and xmax). The plot is fully customizable, and the user can adjust the plot style, type, width, color, mark, grid transparency, grid color, and background color to suit their needs.

Built in MATLAB using app designer, this app is a valuable tool for students, educators, and anyone who needs to solve quadratic equations or visualize quadratic functions. With its intuitive user interface and powerful capabilities, this app can save time and effort while providing accurate and reliable results. Whether you are a beginner or an expert in quadratic equations, this app is an essential tool for your toolbox.


Full MATLAB Project (open source):

The post Quadratic Equation Solver and Function Plotter appeared first on MATLAB Apps.

]]>
824
Converting Speed Gauge Reading from km/hr to mph https://matlab-apps.com/2023/07/20/converting-speed-gauge-reading-from-km-hr-to-mph/ Thu, 20 Jul 2023 13:52:29 +0000 https://matlab-apps.com/?p=780 Do you want to impress your friends with your car knowledge? Or do you simply want to make your car speed conversions a breeze? Look no further than this MATLAB AppDesigner app! We showcase a custom-built app designed to convert speed gauge readings from kilometers per hour to miles per hour and vice versa. With …

The post Converting Speed Gauge Reading from km/hr to mph appeared first on MATLAB Apps.

]]>
Do you want to impress your friends with your car knowledge? Or do you simply want to make your car speed conversions a breeze? Look no further than this MATLAB AppDesigner app!

We showcase a custom-built app designed to convert speed gauge readings from kilometers per hour to miles per hour and vice versa. With just a few clicks, you can input your car’s speed reading and get an instant conversion to the desired unit.

This app utilizes MATLAB’s powerful AppDesigner tool to create a sleek, user-friendly interface that anyone can use. The app is highly customizable and can be tailored to fit your specific needs. Plus, it’s a great example of how MATLAB can be used to create practical, real-world applications.

So what are you waiting for? Get the app and learn how to take your car speed conversions to the next level with this amazing app!


Full MATLAB Project (open source):

The post Converting Speed Gauge Reading from km/hr to mph appeared first on MATLAB Apps.

]]>
780