How to get the variables into workspace while running GUI?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Nithya
il 11 Mar 2014
Commentato: Chandrasekhar
il 12 Mar 2014
I have small functions and scripts inside my GUI. When i run my GUI I cannot see any variables and its datas in my workspace. Therefore my programs are getting error while running GUI. Is there any command that would help me.
0 Commenti
Risposta accettata
David Sanchez
il 11 Mar 2014
There are several things you can do. To see the value of a variable in the workspace, do not write the semicolon, that will present the variable and its value in runtime. You can also declare global variables within your functions.
doc global
for examples and full documentation
2 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!