I am newer in MATLAB. I have a code like this
results=a(1,1)+','+a(1,2);
a is an array of words. I just want to concatenate the first two words in my array.
After running I get this error:
Undefined function or method 'plus' for input arguments of type 'cell'