How do i display multiple output image from m-file in single axes with option to navigate in guide?

i need to display my output in axes in guide with option to move from one image to another. also on trying to display output in single axes from m-file iget error message ?? undefined variable 'handles' axes(handles.axes2)

Respuestas (2)

Insert this in the gui OpeningFcn and see what it echos at the command prompt:
Flag = isfield(handles , 'axes2')
Flag should be 1 if there exist an object with tag axes2 else 0.
To see the tags:
getfiellds(handles)

3 comentarios

nida
nida el 14 de Abr. de 2014
Editada: nida el 14 de Abr. de 2014
i did get 1 in command window,and axes window pops out.now thing is i have m-file with output images and want to display them in axes figure, whatever ido i get axes(handles.axes2) error your help is truly appreciated
nida
nida el 14 de Abr. de 2014
Editada: nida el 14 de Abr. de 2014
i have attached my gui m-file ,fig file and my code file for output images in my code file bargraph is bar plots .thats separate

Iniciar sesión para comentar.

Categorías

Más información sobre Interactive Control and Callbacks en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 14 de Abr. de 2014

Respondida:

el 14 de Abr. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by