ok.But the idx remains the same for more than one run when i run the code
idx = 1
idx = 1
idx = 1
idx = 7
idx = 4
What i actually need is idx should be different for each run.But with respect to the above result idx remains the same for three run .Could you please help me on this.
That's a perfectly normal behaviour, you might get same numbers on some occasions, when I tried I got all different numbers in some cases and I few repeating. Moreover, randomness wouldn't ensure uniqueness in your answer.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
0 Comments
Sign in to comment.