use the variable editor in a GUI
Ältere Kommentare anzeigen
Dear all, is there anyway to use the variable editor in a GUI? e.g. pushing a button of the GUI the variable editor appears giving the opportunity to look at specific variable
Thank you
Antworten (1)
Brendan Hamm
am 16 Nov. 2016
The open command will open a variable in the Variable Editor:
x = rand(1,10);
open x
2 Kommentare
Luigi Bruno
am 16 Nov. 2016
Brendan Hamm
am 16 Nov. 2016
No, you cannot use the variable editor in a standalone application. Something you could do which is similar is to display the data in a uitable which is interactive and scrollable.
Kategorien
Mehr zu App Building finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!