Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

2 ビュー (過去 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