select first standard answer equal or greater than obtained answer

조회 수: 1 (최근 30일)
Hamid
Hamid 2015년 11월 23일
답변: Thorsten 2015년 11월 23일
Hi everyones,
I explain my question with an example :
H=180 (is obtained from an equation)
standard I=[100 150 200 250]
I>=H
I want to select standard number for I which is equal or greater than H.
what should I do?
thanks.

채택된 답변

Thorsten
Thorsten 2015년 11월 23일
I(find(I>=H, 1, 'first'))

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by