Programmer Guide/Command Reference/EVAL/absmax: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
(Created page with '{{DISPLAYTITLE:{{SUBPAGENAME}}}} Returns the largest absolute value found in the arguments. ;Usage: '''<code>absmax(<var>x1</var> {, <var>x2</var> {, ...}})</code>''' :;<var>x1<…') |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
Returns the largest absolute value found in the arguments. | Returns the largest absolute value found in the arguments. | ||
;Usage: <code>absmax(<var>x1</var> {, <var>x2</var> {, ...}})</code> | |||
;Usage: | |||
:;<var>x1</var>, <var>x2</var>, ...: each argument can be a scalar, vector or matrix | :;<var>x1</var>, <var>x2</var>, ...: each argument can be a scalar, vector or matrix | ||
;Result: The result is the absolute maximum value found in the arguments. | ;Result: The result is the absolute maximum value found in the arguments. | ||
;See also: [[../imax|imax]], [[../max|max]], [[../min|min]], | |||
[[../#Functions|<function list>]] | |||
Latest revision as of 10:04, 21 April 2011
Returns the largest absolute value found in the arguments.
- Usage
absmax(x1 {, x2 {, ...}})
- x1, x2, ...
- each argument can be a scalar, vector or matrix