Linear Array Expansion

バージョン 1.0.0.0 (627 Bytes) 作成者: ss32
Function to expand an array, linearly interpolating between entries
ダウンロード: 32
更新 2017/7/30

ライセンスの表示

This function expands an array by linearly interpolating between each entry, filling in with a given number of steps defined by the user.
Example:

You have an array A=[1,5,2] and want to expand it with 3 data points between each original entry.
expandArray(A,3) = 1.0000 2.0000 3.0000 4.0000 5.0000 4.2500 3.5000 2.7500 2.0000

引用

ss32 (2026). Linear Array Expansion (https://jp.mathworks.com/matlabcentral/fileexchange/63914-linear-array-expansion), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2016b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersLadder Diagram Integration についてさらに検索
タグ タグを追加
バージョン 公開済み リリース ノート
1.0.0.0