How to convert GUI matlab to coding without used GUI
Mostra commenti meno recenti
Hi all..
can anyone help me to convert from GUI Matlab to normal coding matlab without used GUI because i had coding GUI and i want convert by not using function GUI.
Thanks
Risposte (1)
David Sanchez
il 24 Giu 2013
0 voti
If I understand right, you want to create code to do the same a GUI does. You have a lot of copy/paste to do, delete references to the handles, no need of graphical references neither. I think it is a strange thing what you want to do, since a GUI is a graphical tool to call different functions. Mainly, you have to re-write your code, not from scratch, but almost.
1 Commento
noor shahida
il 24 Giu 2013
Categorie
Scopri di più su App Building in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!