how to copy arrays in a cell?

조회 수: 3 (최근 30일)
Hatim Altarteer
Hatim Altarteer 2021년 10월 1일
답변: DGM 2021년 10월 1일
a have a 1x3 cell. each index has 150x3x160 (3D) array like this:
how can I copy the 3D arrays (the 150x3x160) 8 times to make the cell 8x3? i want those values in the picture to be copied 8 time (1x3 --> 8x3).
thank you!

채택된 답변

DGM
DGM 2021년 10월 1일
Just use repmat
vel1 = repmat(vel1,[8 1]);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by