MATLAB: Where is the problem 2

strcat

Hi,
where is the problem
UserData.matrix(1,2)=num2cell(sym(char(strcat(get(handles.edit7,'string'),',',get(handles.edit6,'String')))))
???

Best Answer

One too many parentheses ). Take one off.