Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

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 view (last 30 days)
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];

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!