我有10x10矩阵的2D数据,看起来像这样 here is the table
但是,数据正在更新并附加每个dt计算,因此我想重新组织并为特定列编写它,您可以在link
中看到此表我通常使用这些代码来编写
t=t+dt;
if ss==2000
dlmwrite('d:\Model_Results_Theta.txt', Tnew,'-append');
ss=0;
end
您能否使用matlab代码向我推荐基于特定行和列组织数据的任何不同方法?在此先感谢!!