could anyone tell me how to get the iterations with different values in the code where rng is used

1 次查看(过去 30 天)
I am calculating the throughput using different values of rng. After calculating the throughput i want to run the code with respect to different iterations. but i am getting the same values of throughput wit respect to different iterations.
could anyone tell me how to get different values of throughput with respect to different iterations.

采纳的回答

Walter Roberson
Walter Roberson 2018-4-10
Store the results of each iteration in an array.
Use cell arrays if you need to.
Use nested cell arrays if you need to.
Store everything you might need later. You can always go back afterwards and clean up the parts you did not turn out to need.
Rule of programming: get it to work first, optimize afterwards.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Problem-Based Optimization Setup 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by