How can I turn this pseudo code into a Matlab code?

I want to make a for loop that describes this but I am unsure how to start. I am making a function with the input X.
Pseudo code:
If X is not given,
look for the object 'Hfig4' and extract the data saved under the 'userdata' field.
How can I turn this into matlab code?

1 comentario

What have you tried???
doc nargin
doc findobj
Doesn't seem to be any need for any for loop; an if...end clause, perhaps.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.

Preguntada:

S
S
el 12 de Feb. de 2015

Comentada:

dpb
el 12 de Feb. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by