setappdata
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I have the problem with setappdata, can I use that metod outside GUI? In my own function?
Thanks for help:)
0 Kommentare
Antworten (1)
Sean de Wolski
am 20 Dez. 2011
set to the root directory and you can access from anywhere even after the gui figure is closed.
set(0,'mydata',magic(4));
from anywhere
my_data = getappdata(0,'mydata');
1 Kommentar
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!