Matlab apps – GUI’s & GUIDE

Resources > Matlab > Matlab apps – GUI’s & GUIDE

In addition to running programs and getting output in the Command Window, you can write interactive apps with Graphical User Interfaces (GUI’s) using Matlab’s GUIDE (GUI Design Environment). These can be made into standalone apps, which don’t require a Matlab license. To do this you need to have the Matlab Compiler installed in your distribution of Matlab. See the video, “Getting Started: Standalone Applications….” An easier way to show your work to friends is to record the screen as you demonstrate your app, upload it to your YouTube account, and share the link.

Starting with this one, check out the tutorial videos at Mathworks. Here are some examples to get you started.

Source code for Matlab app gui05 – app shown in movie below

Source code for Matlab app bench&ball – app shown in movie below – see links below for how this works