setappdata

Hi, I have the problem with setappdata, can I use that metod outside GUI? In my own function?
Thanks for help:)

Respuestas (1)

Sean de Wolski
Sean de Wolski el 20 de Dic. de 2011

0 votos

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 comentario

Walter Roberson
Walter Roberson el 20 de Dic. de 2011
Interesting, that does work even with -nojvm

Iniciar sesión para comentar.

Categorías

Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 20 de Dic. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by