Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
S
S il 12 Feb 2015
Commentato: dpb il 12 Feb 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 Commento
dpb
dpb il 12 Feb 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.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Loops and Conditional Statements in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by