if condition inside another
Mostra commenti meno recenti
I want to write if condition inside if condition such that
if ...
'statement'
elseif...
'statement'
if....
'statement'
else
'statement'
end
else
'statement'
end
Is there a logical problem here, because the program gives me an unexpected result?
Thanks
2 Commenti
Geoff Hayes
il 3 Mag 2014
What is the unexpected result? Posting the code might offer some more clues.
Image Analyst
il 3 Mag 2014
Are you stepping through the code with the debugger to see which blocks it enters and which it does not enter?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Octave in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!