Why is my plot plotting blank?
Show older comments
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)))
Answers (1)
Image Analyst
on 7 Sep 2015
0 votes
You're just plotting a single number, not a series of numbers. What variable do you want to vary along the "x" axis?
Categories
Find more on Line Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!