Replicating one dimension of a 3d matrix

5 ビュー (過去 30 日間)
user86753
user86753 2022 年 7 月 21 日
回答済み: the cyclist 2022 年 7 月 21 日
I have a matrix of size 100x4x2, I'd like to replicate the data 10 times so that I have a matrix of size 1000,4,2.

採用された回答

the cyclist
the cyclist 2022 年 7 月 21 日
If M is your array, then
output = repmat(M,[10,1,1]);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by