how to arrange different matix as a contineus single matrix

1 回表示 (過去 30 日間)
navan
navan 2015 年 5 月 12 日
コメント済み: Purushottama Rao 2015 年 5 月 13 日
I want to convert three matrix set into a single one. for example a=[1,2,3], b=[4,5,6], c=[8,9,10,12,13] the output i expect is
output1=[1,2,3,4,5,6,8,9,10,12,13]

採用された回答

Purushottama Rao
Purushottama Rao 2015 年 5 月 12 日
Output1=horzcat(a,b,c)
  3 件のコメント
navan
navan 2015 年 5 月 13 日
thanks alot rao, it was a great help
Purushottama Rao
Purushottama Rao 2015 年 5 月 13 日
Pls accept the answer if you like it.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by