Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Finding the first element of a 1-D array that yields a negative result.
2 ビュー (過去 30 日間)
古いコメントを表示
I then want to assign this element of the array to a different variable.
0 件のコメント
回答 (1 件)
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
0 件のコメント
この質問は閉じられています。
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!