Array tool set

版本 1.0.0.0 (5.6 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 CenterMATLAB Answers 中查找有关 Data Distribution Plots 的更多信息

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.