Min

Parent Previous Next

Min


Minimum value of array



Syntax


min(x)

x is a real matrix

return the element of x with the minimum value


Examples


Input

Output

min([1, 2, 3, 4])

min([3, 7, 5; 0, 4, 2])


See Also


Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites