How can I find min between three value in matlab?
68 次查看(过去 30 天)
显示 更早的评论
Hello
I have three number, Could you help me how can I find min of them in fast way?
thanks
0 个评论
采纳的回答
James Tursa
2014-11-6
min([a b c])
2 个评论
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 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!