horizontal concat of equi dimension matrix

9 ビュー (過去 30 日間)
Praveen Kumar Ramani
Praveen Kumar Ramani 2019 年 4 月 30 日
回答済み: madhan ravi 2019 年 4 月 30 日
i have four matrix A1,A2,A3,A4 by horzcat i have to arrive a A matrix but A1,A2,A3 are dimensionally consistent and A4 is not... so i want to concat only A1,A2,A3 (dimensional consistent) matrix to arrive A by neglecting matrix A4
  1 件のコメント
KSSV
KSSV 2019 年 4 月 30 日
Ok.....don't consider A4 for concat.....easy

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

回答 (1 件)

madhan ravi
madhan ravi 2019 年 4 月 30 日
cat(2,A1,A2,A3)
%or
[A1,A2,A3]

カテゴリ

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