MINN(x) returns the overall minimum value of matrix x

MINN(x) returns the overall minimum value of matrix x
ダウンロード: 255
更新 2012/6/11

ライセンスの表示

MINN(x) returns the overall minimum value of matrix x (See also: MIN(x))

The only point of this function is to save two key strokes:
minn(x) == min(x(:))

If you use Matlab often and you value your time, then this function may appeal to you.

引用

Brenden Epps (2024). MINN(x) returns the overall minimum value of matrix x (https://www.mathworks.com/matlabcentral/fileexchange/37072-minn-x-returns-the-overall-minimum-value-of-matrix-x), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2010a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersMatrices and Arrays についてさらに検索
タグ タグを追加
min

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

updated Description

1.0.0.0