How to plot a function like this in matlab

 Akzeptierte Antwort

Walter Roberson
Walter Roberson am 23 Feb. 2013

0 Stimmen

x = 5 : 250;
y = exp(-a*x + b*x.^2);
plot(x, y)

Weitere Antworten (0)

Kategorien

Mehr zu Mathematics finden Sie in Hilfe-Center und File Exchange

Produkte

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by