필터 지우기
필터 지우기

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