minimum of 4 integers
Show older comments
Is there a Matlab function to find the minimum of 4 integers? Min only finds for 2 integers
Accepted Answer
More Answers (1)
Put all your integers in one array and call min, e.g.:
min([10 15 11 9])
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!