How can i merge three columns into one

I have three columns A=[5;8;7;9;3;4;5;2;9] B=[4;8;3;7] c=[5] i need to merge all three columns into one column

回答 (1 件)

Stalin Samuel
Stalin Samuel 2017 年 10 月 7 日

2 投票

z=[A;B;c]

カテゴリ

ヘルプ センター および File ExchangeCreating and Concatenating Matrices についてさらに検索

質問済み:

2017 年 10 月 7 日

回答済み:

2017 年 10 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by