Info
This question is closed. Reopen it to edit or answer.
could anyone help me how to fix the numbers when the code runs for more than one iterations
1 view (last 30 days)
Show older comments
For the following command line
rows=unused_rows(randsample(length(unused_rows),N_UE_rows)),
when i run the code the number of rows keep on changing for more than one iterations as randsample is being used.
But the number of rows need to be fixed when i run for more than one iterations.
could anyone help me how to modify the command line such that the number of rows needs to be fixed for more than one iterations.
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!