min()
Returns the minimum value
Syntax
y = min(x)
Arguments
| Name | Description | Range | Type | Required |
|---|---|---|---|---|
| x | data to find min | (-∞, ∞) | integer, real or complex | yes |
Examples
a = min([1, 2, 3])
returns 1
Defined in
Built in
See Also
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()