Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Finding the first element of a 1-D array that yields a negative result.

조회 수: 1 (최근 30일)
A D
A D 2018년 1월 18일
마감: MATLAB Answer Bot 2021년 8월 20일
I then want to assign this element of the array to a different variable.

답변 (1개)

Kaushik Lakshminarasimhan
Kaushik Lakshminarasimhan 2018년 1월 19일
x = normrnd(0,1,[1,20]); % generate 20 random numbers
y = x(find(x<0,1)); % assign the first negative random value to y

이 질문은 마감되었습니다.

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by