Can I use Matlab to design a GUI without relying on a toolbox?
Afficher commentaires plus anciens
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
Réponses (3)
Image Analyst
le 28 Août 2013
0 votes
Sure, just use GUIDE - it comes with the basic MATLAB package. See this link: http://blogs.mathworks.com/videos/category/gui-or-guide/
ES
le 29 Août 2013
0 votes
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.
Jan
le 29 Août 2013
0 votes
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.
Catégories
En savoir plus sur Environment and Settings dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!