Hi, I am trying to write a boolean variable that tells me whether the cell is not nan or nan, but I got an error that says "undefined function 'isnan' for input arguments of type 'cell'".
while (not(isnan(AU(row+1, col))))
row = row + 1;
end
The value in the bracket is true if the next row (row+1) is not nan.
Please help me fix this.
thank you !
0 Comments
Sign in to comment.