Can I use Matlab to design a GUI without relying on a toolbox?
Mostrar comentarios más antiguos
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
Respuestas (3)
Image Analyst
el 28 de Ag. de 2013
0 votos
Sure, just use GUIDE - it comes with the basic MATLAB package. See this link: http://blogs.mathworks.com/videos/category/gui-or-guide/
ES
el 29 de Ag. de 2013
0 votos
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
el 29 de Ag. de 2013
0 votos
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.
Categorías
Más información sobre Environment and Settings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!