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

Risposte (1)

Image Analyst
Image Analyst il 7 Set 2015

0 voti

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

Categorie

Tag

Richiesto:

il 7 Set 2015

Risposto:

il 7 Set 2015

Community Treasure Hunt

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

Start Hunting!

Translated by