Creating a square matrix from 5 vectors

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 ExchangeMatrices 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