How the calculate laplace x(t) = (exp^-at)*u(t) matlab?

 Risposta accettata

Mouhamed Niasse
Mouhamed Niasse il 15 Giu 2021
Modificato: Mouhamed Niasse il 15 Giu 2021
Hello,
Here is what i achieved. You'll need to re-define your constant "a" and your function u(t).
Hope it helps you understand.
syms t
a=1
u=t
x = exp(-a*t)*u
laplace(x)

Più risposte (1)

Categorie

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

Prodotti

Release

R2015a

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by