Info

This question is closed. Reopen it to edit or answer.

plotting array of two different values with respect to third variable

1 view (last 30 days)
N_UE=[ 2 4 6 8 10]; N_SC=[ 12 14 16 18 20]; t=1:length(N_UE) r=1:length(N_SC) throughput=((Bmax.*log(1+((p_fix).*C))./noise)); how to plot the graph of N_UE of length 1 and N_SC of length 2 with respect to throughput.

Answers (0)

This question is closed.

Tags

Community Treasure Hunt

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

Start Hunting!