excel - Find 'NaN' characters in a cell array in MATLAB -



excel - Find 'NaN' characters in a cell array in MATLAB -

i'm searching nan's in cell array imported excel file. after importing excel file cell array, when double click on nan, in files have char , in other imported excel files have double cells storing nan. double version don't have problem, utilize function :

out = (cellfun(@(x) any(isnan(x)),cell_array))

but if utilize function char nans, can't find nan. out values zero.

what problem , how can solve it?

excel matlab nan cell-array

Comments

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -