could anyone tell me how to select one biggest number among all the numbers.

1 次查看(过去 30 天)
could anyone tell me how to select one biggest number among all the numbers.

采纳的回答

KSSV
KSSV 2018-4-12
Read about max.
A = rand(10,1) ;
iwant = max(A)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Specifying Target for Graphics Output 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by