Can I use Matlab to design a GUI without relying on a toolbox?

Do I need any toolbox (other than what is included in standard Matlab) to design a GUI using Matlab? I ask because I am in the proces of purchasing a stand-alone copy of Matlab that I can use on my PC at home. For my research, I need to be able to design GUIs (not using simulink).
Many thanks for your help.
Best, Jim Peters

Answers (3)

You don't need any additional tool boxes. Use GUIDE and you can write your own logics for callback functions.
Though, I should add, if you have the tool boxes, you may call the functions of the tool boxes inside your GUIDE GUI.
You do not even need GUIDE to create GUIs. You can find a lot of functions to create GUIs in the FileExchange, e.g. the 41 GUI examples of Matt Fig.

Categories

Find more on Software Development Tools in Help Center and File Exchange

Asked:

on 28 Aug 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!