Error in '''''Invalid first data argument''''
이전 댓글 표시
x=0:5:40; plot(x,C1,'g','-','linewidth',2); xlabel('P[dB]'); ylabel('secerecy rate'); grid on; C1 also a set of values with length same of x
댓글 수: 7
madhan ravi
2018년 8월 29일
Can you format your code by pressing the code button.
Adam
2018년 8월 29일
If you get an error please paste in the full error message.
ragini k
2018년 8월 29일
KALYAN ACHARJYA
2018년 8월 29일
Define C1?
ragini k
2018년 8월 29일
madhan ravi
2018년 8월 29일
편집: madhan ravi
2018년 8월 29일
plot(x,C1,'-g','linewidth',2) you were using the line marker incorrectly. The rest of the codes were perfect.
ragini k
2018년 8월 29일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

