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 Center および MATLAB AnswersMatrices and Arrays についてさらに検索
タグ タグを追加
謝辞

ヒントを与えたファイル: Revising sunspot numbers since the times of Galileo, EXPAND

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