Borrar filtros
Borrar filtros

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

3 visualizaciones (últimos 30 días)
could anyone tell me how to select one biggest number among all the numbers.

Respuesta aceptada

KSSV
KSSV el 12 de Abr. de 2018
Read about max.
A = rand(10,1) ;
iwant = max(A)

Más respuestas (0)

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by