Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to repeat n matrix simultaneously?

1 回表示 (過去 30 日間)
Asad Abbas
Asad Abbas 2016 年 12 月 1 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
c1 and c2 are two matrix
given code is repeating two matrix
c=[repmat(c1,size(c3,1),1),repmat(c3,size(c1,1),1)];
How I can repeat 'n' number of matrix with respect to others? same as c1 is repeating size of c3 and c3 is repeating size of c1.
  1 件のコメント
Jan
Jan 2016 年 12 月 1 日
I do not understand the question. Can you post a small example with the wanted output?

回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by