if else condition - empty vector

1 Ansicht (letzte 30 Tage)
aurc89
aurc89 am 21 Aug. 2014
Kommentiert: aurc89 am 21 Aug. 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

Akzeptierte Antwort

Robert Cumming
Robert Cumming am 21 Aug. 2014

Weitere Antworten (0)

Kategorien

Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by