KMINIMA

버전 1.0.0.0 (747 Bytes) 작성자: Mukhtar Ullah
Specified number of minima.
다운로드 수: 1.7K
업데이트 날짜: 2004/11/24

라이선스 없음

KMINIMA specified number of minima
For vectors, KMINIMA(X,K) is the vector of K smallest elements in X.
For matrices, Y = KMINIMA(X,K) is a matrix with K rows; Y(i,:)
contains the i-th minimum element from each column. For N-D arrays,
KMINIMA(X,K) operates along the first non-singleton dimension.

[Y,I] = KMINIMA(X,K) returns the indices of the minima in vector I.

[Y,I] = KMINIMA(X,K,DIM) operates along
the dimension DIM.

When complex, the magnitude ABS(X) is considered when computing the
minima, and the angle ANGLE(X) is ignored. NaN's are also ignored .

인용 양식

Mukhtar Ullah (2024). KMINIMA (https://www.mathworks.com/matlabcentral/fileexchange/6307-kminima), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

One limitation removed