I'm trying to check for a NaN value in an array in if condition expression but the control is not entering inside if condition.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Bhargav Boddupalli
am 12 Okt. 2017
Kommentiert: KSSV
am 12 Okt. 2017
For example :
A = [1 2 3 NaN 3 5]; if isnan(A) ~= 0 %... end
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Matrices and Arrays 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!