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

Réponses (1)

Image Analyst
Image Analyst le 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?

Catégories

En savoir plus sur Line Plots dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by