Array tool set

バージョン 1.0.0.0 (5.63 KB) 作成者: Bill Winter
Set of tools to generalize several Matlab functions
ダウンロード: 1.3K
更新 2006/6/20

ライセンスの表示

Working on large datasets, I noticed several ways that some common Matlab functions could be expedited, while at the same time generalizing their function. The functions are fairly self-explanatory, being fairly close to the original Matlab functions (detrend, hilbert,norm,normr/normc). An exception is nrank, which does not to my knowledge have a direct analog. nrank ranks data along a particular dimension.

Digging through the Central File Exchange, I see that a nnorm and nnormn have been duplicated in vnorm and unitize, respectively, so I acknowledge their authors Winston Smith and John D'Errico.

引用

Bill Winter (2024). Array tool set (https://www.mathworks.com/matlabcentral/fileexchange/11139-array-tool-set), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14SP2
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersData Distribution Plots についてさらに検索
謝辞

ヒントを得たファイル: Vector norm

ヒントを与えたファイル: Normalize N-D Vectors in Single Matrix or N Component Matrices

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Improvements to cyclomatic complexity, warnings, etc. as well as the addition of more tools.