sheetnames_nf=fieldnames(data.data);
name1=sheetnames_nf{1};
name2=sheetnames_nf{2};
normal_data=getfield(data.data,name1);
本文介绍了一种使用MATLAB进行数据处理的方法,通过获取特定工作表中的数据,实现了对normal_data的高效读取。
sheetnames_nf=fieldnames(data.data);
name1=sheetnames_nf{1};
name2=sheetnames_nf{2};
normal_data=getfield(data.data,name1);

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