Hi there,
while trying to resolve a problem using cellstr() function, i decided to test the example given in matlab manual, but instead got this error message, can anyone just help out on the cause and ways of resolving it
S=['abc ';'defg';'hi ']
S =
abc
defg
hi
>> c = cellstr(S)
...