Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
S
S le 12 Fév 2015
Commenté : dpb le 12 Fév 2015
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 commentaire
dpb
dpb le 12 Fév 2015
What have you tried???
doc nargin
doc findobj
Doesn't seem to be any need for any for loop; an if...end clause, perhaps.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements 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