How to use exp for plot?

 Risposta accettata

madhan ravi
madhan ravi il 23 Nov 2018
x=linspace(0,7)
a= 1;
b= 3;
f = exp(-a.*x).*sin(b.*x)
plot(x,f)

Più risposte (0)

Categorie

Scopri di più su Get Started with MATLAB in Centro assistenza e File Exchange

Prodotti

Release

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by