필터 지우기
필터 지우기

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

조회 수: 3 (최근 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에서 Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by