I have an m*6 matrix in matlab and I want to display it in a string without the whitespace and the semicolons. I used the mat2str function but the output would e like that [1 2 3; 4 5 6; ...] . Is there any function or effecient way to prduce a string with no whitespace and semicolons ?
Kind Regards,