Why is my plot plotting blank?
显示 更早的评论
d0=0.3; b0=0.5; L=0.5; M=1; N=(1.5*10^-5);
plot(N*(b0*(1*exp(N/L)))-(d0*(1+N/M)))
回答(1 个)
Image Analyst
2015-9-7
0 个投票
You're just plotting a single number, not a series of numbers. What variable do you want to vary along the "x" axis?
类别
在 帮助中心 和 File Exchange 中查找有关 Line Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!