Array tool set

Set of tools to generalize several Matlab functions

Sie verfolgen jetzt diese Einreichung

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.

Zitieren als

Bill Winter (2026). Array tool set (https://de.mathworks.com/matlabcentral/fileexchange/11139-array-tool-set), MATLAB Central File Exchange. Abgerufen .

Kategorien

Mehr zu Data Distribution Plots finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.0.0.0

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