How create a programm which create new menu item in matlab
1 次查看(过去 30 天)
显示 更早的评论
I'm making a programm in matlab, but i don't know how to start. I want create a programm which create new menu items in GUI. I don't have ideia about that!!!
0 个评论
回答(2 个)
Luna
2018-11-13
Hi Daniel,
You should check the help documentations of MATLAB’s built-in functions below:
uimenu, uicontrol, figure, uitable
These are all used to create GUI elements.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!