How can I find min between three value in matlab?

조회 수: 123 (최근 30일)
bkshn
bkshn 2014년 11월 6일
댓글: Guillaume 2014년 11월 6일
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