フィルターのクリア

how to make "two matrixes → one matrix repeated colum"

1 回表示 (過去 30 日間)
형준 이
형준 이 2022 年 2 月 8 日
コメント済み: 형준 이 2022 年 2 月 8 日
for
A = [a11 a12 a13;
a21 a22 a23;
a31 a32 a33]
B = [b11 b12 b12;
b21 b22 b23;
b31 b32 b33]
C is made by repeated colum of A, B / How to make matrix C ??
C = [a11 b11 a12 b12 a12 b13;
a21 b21 a22 b22 a23 b23;
a31 b31 a32 b32 a33 b33]

採用された回答

Arif Hoq
Arif Hoq 2022 年 2 月 8 日
  1 件のコメント
형준 이
형준 이 2022 年 2 月 8 日
Thank you very much !!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by