Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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 vue (au cours des 30 derniers jours)
ladan hz
ladan hz le 26 Oct 2017
Clôturé : MATLAB Answer Bot le 20 Août 2021
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];

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by