Could anyone help me how to calculate the throughput and run the following throughput with respect to different iterations

1 次查看(过去 30 天)
I have calculated the overall_throughput and run it with respect to different iterations with respect to t and r where t=4 and r=6. output(t,r)=overall_throughput; output1(t,r,it)=output(t,r); Could anyone help me how to include another two variables seed_idx and s in addition to t and r with respect to the above command line where
list_of_N_rng={[1 2 3],[4 5],[6 7 8 9]};
for seed_idx = 1 : length(list_of_N_rng)
N_rng=list_of_N_rng{seed_idx};
for s=1:length(N_rng)
could anyone help me on this

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by