How can I find min between three value in matlab?
68 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
bkshn
el 6 de Nov. de 2014
Comentada: Guillaume
el 6 de Nov. de 2014
Hello
I have three number, Could you help me how can I find min of them in fast way?
thanks
0 comentarios
Respuesta aceptada
James Tursa
el 6 de Nov. de 2014
min([a b c])
2 comentarios
Guillaume
el 6 de Nov. de 2014
bkshn,
[a b c]
is exactly the same as
[a, b, c]
in this case, the , is optional.
As for your new question, as it's fairly different from your original question, please start a new question.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!