Is there a Matlab function to find the minimum of 4 integers? Min only finds for 2 integers

 Réponse acceptée

Karsten Reuß
Karsten Reuß le 19 Jan 2017

0 votes

Do you mean this?
smallestnumber=min([3 5 6 7])

Plus de réponses (1)

Guillaume
Guillaume le 19 Jan 2017
Modifié(e) : Guillaume le 19 Jan 2017

0 votes

Put all your integers in one array and call min, e.g.:
min([10 15 11 9])

2 commentaires

Ken
Ken le 19 Jan 2017
Thanks
Ken
Ken le 19 Jan 2017
Modifié(e) : Ken le 19 Jan 2017
I am trying to evaluate this, but I want the answer in the expression for x and y; instead I am getting an integer. Please help:
min([(x-1 - Goal(1) +y - Goal(2)),(x+1- Goal(1) +y- Goal(2)),...
(x - Goal(1) +y-1 - Goal(2)),(x - Goal(1) +y+1 - Goal(2))])

Connectez-vous pour commenter.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by