REPLICATE

버전 1.2.0.0 (1.76 KB) 작성자: Mark Ruzon
Create a larger array by expanding each element of an array into a subarray.
다운로드 수: 1.8K
업데이트 날짜: 2008/12/8

라이선스 보기

REPLICATE is a companion to REPMAT, but instead of tiling a larger array with the input array, REPLICATE does the equivalent of calling REPMAT on each individual element and then tile the results together. It is faster than looping over each element. It supports 2D and 3D arrays.

인용 양식

Mark Ruzon (2024). REPLICATE (https://www.mathworks.com/matlabcentral/fileexchange/22319-replicate), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Matrices and Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

Sped up 2D case using KRON. Thanks go to Jos.

1.1.0.0

Bug fix: renamed input parameter.

1.0.0.0