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

From STX Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
Returns the smallest value found in the arguments.
Returns the smallest value found in the arguments.
 
;Usage: <code>min(<var>x1</var> {, <var>x2</var> {, ...}})</code>
;Usage: '''<code>min(<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>, ...: scalars, vectors or matrices
 
;Result: The result is the minimum value found in the arguments.
;Result: The result is the minimum value found in the arguments.
;See also: [[../imin|imin]], [[../absmin|absmin]], [[../max|max]],


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

Latest revision as of 12:21, 21 April 2011

Returns the smallest value found in the arguments.

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

<function list>

Navigation menu

Personal tools