KMAXIMA

バージョン 1.0.0.0 (757 Bytes) 作成者: Mukhtar Ullah
Specified number of maxima.
ダウンロード: 1.9K
更新 2004/11/24

ライセンスがありません

KMAXIMA specified number of maxima
For vectors, KMAXIMA(X,K) is the vector of K largest elements in X.
For matrices, Y = KMAXIMA(X,K) is a matrix with K rows. The i-th row
of Y contains the i-th maximum element from each column. For N-D
arrays, KMAXIMA(X,K) operates along the first non-singleton dimension.

[Y,I] = KMAXIMA(X,K) returns the indices of the maximum values in vector I.

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

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

引用

Mukhtar Ullah (2024). KMAXIMA (https://www.mathworks.com/matlabcentral/fileexchange/6306-kmaxima), MATLAB Central File Exchange. 取得済み .

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

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