Programmer Guide/Command Reference/EVAL/absmin: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(Created page with '{{DISPLAYTITLE:{{SUBPAGENAME}}}} Returns the smallest absolute value found in the arguments. ;Usage: '''<code>absmin(<var>x1</var> {, <var>x2</var> {, ...}})</code>''' :;<var>x1…')
 
No edit summary
 
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
Returns the smallest absolute value found in the arguments.
Returns the smallest absolute value found in the arguments.
 
;Usage: <code>absmin(<var>x1</var> {, <var>x2</var> {, ...}})</code>
;Usage: '''<code>absmin(<var>x1</var> {, <var>x2</var> {, ...}})</code>'''
:;<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 minimum value found in the arguments.
;Result: The result is the absolute minimum value found in the arguments.
;See also: [[../imin|imin]], [[../min|min]], [[../max|max]],


;See also: [[Programmer_Guide/Command_Reference/EVAL/imin|imin]], [[Programmer_Guide/Command_Reference/EVAL/min|min]], [[Programmer_Guide/Command_Reference/EVAL/max|max]],
[[../#Functions|<function list>]]
 
[[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]]

Latest revision as of 11:05, 21 April 2011

Returns the smallest absolute value found in the arguments.

Usage
absmin(x1 {, x2 {, ...}})
x1, x2, ...
each argument can be a scalar, vector or matrix
Result
The result is the absolute minimum value found in the arguments.
See also
imin, min, max,

<function list>

Navigation menu

Personal tools