elseifstrcmp(outType,'MultiLine') forii =1 :size(wordsRsult,1) data.ocrResultChar{ii} =wordsRsult(ii,1).words; end% end for end result =data.ocrResultChar; end% end function 简单测试下这个函数,输入下面所示的图片,我们进行图片(截图地址:https://ww2.mathworks.cn/products/matlab/app-desi...
MATLAB interprets the ellipsis as a space character. Therefore, multi-line commands must be valid as a single line with the ellipsis replaced by a space character. Examples Continue a function call on the next line: sprintf(['The current value '...'of %s is %d'],vname,value) Break a ...