For loop and indexing help

I am generating a uniform random number using X=rand; I have a vector of values, say Z=[.1 .2 .3 .4 .5]. I have another vector,Y, of equal length to Z that is initiated with 0 values. Using a for loop, how can I compare the random number X to the values in Z to determine which values it falls between? For example, if X=.25, it would fall between .2 and .3. Then, Y(the index of the number that is closest to the random number), would be incremented by 1.

2 件のコメント

James Tursa
James Tursa 2020 年 2 月 5 日
What have you done so far? What specific problems are you having with your code?
Emma
Emma 2020 年 2 月 5 日
I am not sure what to do, I have been considering taking the differences between the values using a nested for loop but I ultimately do not know what is the most efficient method.

回答 (1 件)

Sindar
Sindar 2020 年 2 月 5 日

0 投票

check out the discretize function

この質問は閉じられています。

質問済み:

2020 年 2 月 5 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by