REPLICATE

Create a larger array by expanding each element of an array into a subarray.

Ahora está siguiendo esta publicación

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.

Citar como

Mark Ruzon (2026). REPLICATE (https://es.mathworks.com/matlabcentral/fileexchange/22319-replicate), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspiración para: Revising sunspot numbers since the times of Galileo, EXPAND

Categorías

Más información sobre Matrices and Arrays en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
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