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
답변 (3개)
Image Analyst
2013년 8월 28일
0 개 추천
Sure, just use GUIDE - it comes with the basic MATLAB package. See this link: http://blogs.mathworks.com/videos/category/gui-or-guide/
ES
2013년 8월 29일
0 개 추천
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
2013년 8월 29일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Software Development Tools에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!