minimum of 4 integers

9 visualizzazioni (ultimi 30 giorni)
Ken
Ken il 19 Gen 2017
Modificato: Ken il 19 Gen 2017
Is there a Matlab function to find the minimum of 4 integers? Min only finds for 2 integers

Risposta accettata

Karsten Reuß
Karsten Reuß il 19 Gen 2017
Do you mean this?
smallestnumber=min([3 5 6 7])

Più risposte (1)

Guillaume
Guillaume il 19 Gen 2017
Modificato: Guillaume il 19 Gen 2017
Put all your integers in one array and call min, e.g.:
min([10 15 11 9])
  2 Commenti
Ken
Ken il 19 Gen 2017
Thanks
Ken
Ken il 19 Gen 2017
Modificato: Ken il 19 Gen 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))])

Accedi per commentare.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by