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

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

 

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

Contents
Additional Resources