フィルターのクリア

How to concatenate several matrix into one

1 回表示 (過去 30 日間)
Skydriver
Skydriver 2019 年 11 月 15 日
編集済み: Skydriver 2019 年 11 月 15 日
I have 18 matrix with each size is 11 x 175. I want concanntenate into one matrix. So my next matrix become 198 * 175.
What should I do?
Any comment will be appreciate
Thank you
Akhmad

採用された回答

David Hill
David Hill 2019 年 11 月 15 日
newMatrix=horzcat(a,b,c,d,e,...);
  1 件のコメント
Skydriver
Skydriver 2019 年 11 月 15 日
But I want develop into vertical array, this my coding. Unfortunately the content of each matrix is zero.
for k = 1:numberfiles
XX{nomorfiles}=['RSL_all' num2str(nomorfiles) '.txt'];
RSL_allNew=vertcat(XX{k})
end

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by