2 newLineSep=sprintf(
'\n');
4 inpCArr=strcat({indentStr}, inpCArr,{newLineSep});
6 inpCArr=strcat({indentStr}, inpCArr);
10 resStr=resStr(1:(end-length(newLineSep)));
function cellstr2colstr(in inpCArr, in indentStr)
CELLSTR2COLSTR transforms a cell array of strings into a row string that looks like a column when dis...