Info

此问题已关闭。 请重新打开它进行编辑或回答。

i have created a 110 Rr matrices but i want to put this matrices in a table how is possible ? the dimention of Rr is 3*3 which are acreated in a for cycle how is possible to put counter on Rr or put all 110 of them in a table ??

1 次查看(过去 30 天)
i have created a 110 Rr matrices but i want to put this matrices in a table how is possible ? the dimention of Rr is 3*3 which are acreated in a for cycle how is possible to put counter on Rr or put all 110 of them in a table ?? for i=1:111 xx=XG(:,i)/norm(XG(:,i)); yy=YG(:,i)/norm(YG(:,i)); zz= ZG(:,i)/norm(ZG(:,i)); Rr=[xx,yy,zz];

回答(0 个)

此问题已关闭。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by