plotting array of two different values with respect to third variable

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

Asked:

on 5 Dec 2017

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!