How can I program a GUI in MATLAB?

suphero picture suphero · Jul 12, 2009 · Viewed 15.2k times · Source

I need to create a GUI in MATLAB for my project. I looked everywhere for examples of how to program a GUI but I couldn't find a lot. What are some good sites or techniques for GUI programming in MATLAB?

Answer

ThibThib picture ThibThib · Jul 12, 2009

The first place you need to go is Matlab Help on Creating Graphical User Interfaces .

Then, you can watch this tutorial video or this one

This tutorial is also good.