minimum of 4 integers
Afficher commentaires plus anciens
Is there a Matlab function to find the minimum of 4 integers? Min only finds for 2 integers
Réponse acceptée
Plus de réponses (1)
Put all your integers in one array and call min, e.g.:
min([10 15 11 9])
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!