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

cum_prod(), cum_sum(), max2(), mean(), min(), prod(), sum()

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources