フィルターのクリア

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 日間)
ladan hz
ladan hz 2017 年 10 月 26 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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