If it is a char array (string) then you cannot store two elements 'N' and 'O' in one location. If it is a cell array then you need to work with its contents rather than with the cell, such as Table1.Columnname{i} = 'NO' . And as Duane points out, you need to know whether...
Use isnan with input excel data containing a... Learn more about nan, isnan, string arrays, excel input, raw data, cell arrays, empty cell elements
'cell' error 3 Answers Subtract two matrices each with NaN values in different cells? 2 Answers Entire Website samesize for MATLAB File Exchange isnan Documentation editable table File Exchange Categories MATLAB Language Fundamentals Data Types Numeric Types Logical Find more on Logical in...
MATLAB Answers Undefined function 'isnan' for input arguments of type 'table'. Error in regress (line 66) wasnan = (isnan(y) | any(isnan(X),2))... 1 Answer Undefined function or variable 'isnan' 3 Answers Remove NaN from the cell array without changing the row and column...