handles.

 Respuesta aceptada

Jan
Jan el 6 de Jun. de 2011

2 votos

It depends on how it was defined:
handles.num = 15
Now "handles" is a struct containing the field "num", which has the value 15. But if your define "handles" as object, it could be something different.
So please take the time to investigate it yourself:
class(handles)
whos('handles')
methods(handles)
If I dare to guess, "handles = guidata(FigureHandle)" might be the creator of the struct "handles". If so, see "help guidata" for more details.

Más respuestas (0)

Categorías

Más información sobre Function Handles en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 6 de Jun. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by