MATLAB:如何将所有struct元素连接成一个字符串?

时间:2014-12-01 07:24:50

标签: matlab struct concatenation

“metadata”是一个由许多不同元素组成的结构,如char,double和struct。 enter image description here

“cancatenate1”是由元数据中每个单元格的串联产生的字符串。

char epr;
epr = cellfun(@num2str, struct2cell(metadata),'UniformOutput', false);

控制台显示如下......

"Undefined function 'abs' for input arguments of type 'struct'.
Error in num2str (line 65)
xmax = double(max(abs(widthCopy(:))));"

0 个答案:

没有答案