フィルターのクリア

Concatenate 8X4 matrix in 16X2 matrix in matlab

2 ビュー (過去 30 日間)
Juan Pablo
Juan Pablo 2019 年 12 月 2 日
コメント済み: ME 2019 年 12 月 2 日
Hi there, I want to concatenate a 4 columns matrix into 2 column matrix, for example, I have these variables:
I want to get this arrange:
How I can get that? Thanxs for your help

採用された回答

ME
ME 2019 年 12 月 2 日
This should do it:
B = [A(:,1:2); A(:,3:4)]
  2 件のコメント
Juan Pablo
Juan Pablo 2019 年 12 月 2 日
Thanks for your help!
ME
ME 2019 年 12 月 2 日
Not a problem. If this answer solved your question then could you possibly accept it?

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

その他の回答 (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