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)))

Answers (1)

Image Analyst
Image Analyst on 7 Sep 2015
You're just plotting a single number, not a series of numbers. What variable do you want to vary along the "x" axis?

Categories

Tags

Asked:

on 7 Sep 2015

Answered:

on 7 Sep 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!