Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
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.
Zitieren als
Mark Ruzon (2026). REPLICATE (https://de.mathworks.com/matlabcentral/fileexchange/22319-replicate), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert: Revising sunspot numbers since the times of Galileo, EXPAND
Allgemeine Informationen
- Version 1.2.0.0 (1,76 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | 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 |
