MAXX(x) returns the overall maximum value of matrix x

バージョン 1.1.0.0 (1.19 KB) 作成者: Brenden Epps
MAXX(x) returns the overall maximum value of matrix x
ダウンロード: 136
更新 2012/6/11

ライセンスの表示

MAXX(x) returns the overall maximum value of matrix x (See also: MAX(x))

The only point of this function is to save key strokes:
maxx(x) == max(x(:))

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

引用

Brenden Epps (2024). MAXX(x) returns the overall maximum value of matrix x (https://www.mathworks.com/matlabcentral/fileexchange/37073-maxx-x-returns-the-overall-maximum-value-of-matrix-x), MATLAB Central File Exchange. 取得済み .

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

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