Azzera filtri
Azzera filtri

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

3 visualizzazioni (ultimi 30 giorni)
could anyone tell me how to select one biggest number among all the numbers.

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Simulink in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by