Effacer les filtres
Effacer les filtres

setappdata

2 vues (au cours des 30 derniers jours)
Agata
Agata le 20 Déc 2011
Hi, I have the problem with setappdata, can I use that metod outside GUI? In my own function?
Thanks for help:)

Réponses (1)

Sean de Wolski
Sean de Wolski le 20 Déc 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 commentaire
Walter Roberson
Walter Roberson le 20 Déc 2011
Interesting, that does work even with -nojvm

Connectez-vous pour commenter.

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by