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!

