How can I find min between three value in matlab?

54 次查看(过去 30 天)
Hello
I have three number, Could you help me how can I find min of them in fast way?
thanks

采纳的回答

James Tursa
James Tursa 2014-11-6
  2 个评论
bkshn
bkshn 2014-11-6
编辑:bkshn 2014-11-6
Hello james Tursa
just we should use ',' between a,b,c.
I want to select a vector with min sum of elements. I have three vector a,b,c that sum of elements of them are suma,sumb,sumc. I want to select the vector by min sum of element.
Could you help me?
thanks
Guillaume
Guillaume 2014-11-6
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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Discrete Math 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by