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 CenterFile Exchange에서 Get 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