I have created 5 different vector and their name are R1,R2...
I want to use them to create the square matrix how can I do it

 채택된 답변

Torsten
Torsten 2022년 8월 29일

0 개 추천

If the R's are row vectors:
A = [R1;R2;R3;R4;R5]
If they are column vectors:
A = [R1,R2,R3,R4,R5]

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

질문:

2022년 8월 29일

답변:

2022년 8월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by