Array tool set

Set of tools to generalize several Matlab functions

이 제출물을 팔로우합니다

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 (2026). Array tool set (https://kr.mathworks.com/matlabcentral/fileexchange/11139-array-tool-set), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: Vector norm

도움 준 파일: Normalize N-D Vectors in Single Matrix or N Component Matrices

카테고리

Help CenterMATLAB Answers에서 Data Distribution Plots에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

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