How create a programm which create new menu item in matlab
Afficher commentaires plus anciens
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!!!
Réponses (2)
Luna
le 13 Nov 2018
0 votes
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.
Image Analyst
le 13 Nov 2018
0 votes
Use App Designer: App Designer
Catégories
En savoir plus sur Develop Apps Using App Designer 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!