if else condition - empty vector

6 visualizzazioni (ultimi 30 giorni)
aurc89
aurc89 il 21 Ago 2014
Commentato: aurc89 il 21 Ago 2014
Hello, I have a doubt on this code:
x = []
if x == []
a=3
else
a=4
end
I don't understand why it always returns a = 4, even if x is an empty vector. How shall I modify it to obtain a right condition on x ? Thanks

Risposta accettata

Robert Cumming
Robert Cumming il 21 Ago 2014
help isempty

Più 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