Azzera filtri
Azzera filtri

How to check if cell has particular value or not?

18 visualizzazioni (ultimi 30 giorni)
Hi,
I have variable named 'result1' which is basically 1*2 cell and i want to write condition saying.
Thanks in Advance
if result1="NaN" % either in index1 or index2
% do this cal
else
% do this cal
end

Risposta accettata

madhan ravi
madhan ravi il 22 Mag 2019
contains() - if it contains "NaN" a string
isnan() - if it contains NaN value
  2 Commenti
raghavendra kandukuri
raghavendra kandukuri il 22 Mag 2019
Undefined function 'isnan' for input arguments of type 'cell'.
madhan ravi
madhan ravi il 22 Mag 2019
Modificato: madhan ravi il 22 Mag 2019
cellfun(@isnan,yourcell,'un',0)

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Cell Arrays 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