MAXABS(x) returns the maximum absolute value of x

バージョン 1.1.0.0 (1.11 KB) 作成者: Brenden Epps
MAXABS(x) returns the maximum absolute value of x
ダウンロード: 409
更新 2012/6/11

ライセンスの表示

MAXABS(x) returns the maximum absolute value of x (see also: MAX, ABS)

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

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

引用

Brenden Epps (2024). MAXABS(x) returns the maximum absolute value of x (https://www.mathworks.com/matlabcentral/fileexchange/37075-maxabs-x-returns-the-maximum-absolute-value-of-x), MATLAB Central File Exchange. 取得済み .

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

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