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