Clear Filters
Clear Filters

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

3 views (last 30 days)
could anyone tell me how to select one biggest number among all the numbers.

Accepted Answer

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

More Answers (0)

Categories

Find more on Simulink in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!