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.
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!