test_data = stresults.ResultsDataSet.output;
temp1_data=cell2mat(test_data);
temp2_data=temp1_data(1:2:length(temp1_data));
table_data=reshape(temp2_data,13,13)
至此,数据被保存至table_data的13*13的矩阵中。
test_data = stresults.ResultsDataSet.output;
temp1_data=cell2mat(test_data);
temp2_data=temp1_data(1:2:length(temp1_data));
table_data=reshape(temp2_data,13,13)
至此,数据被保存至table_data的13*13的矩阵中。

被折叠的 条评论
为什么被折叠?