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

조회 수: 2 (최근 30일)
could anyone tell me how to select the largest number among all the numbers. for example if i am having (2,6,9,5,1) then how can i select the largest number.

채택된 답변

KSSV
KSSV 2018년 4월 12일
A = [,6,9,5,1];
iwant = max(A)
REad about max

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Entering Commands에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by