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

23 次查看(过去 30 天)
How the calculate laplace transform on matlab?
x(t) = (exp^-at)*u(t)

采纳的回答

Mouhamed Niasse
Mouhamed Niasse 2021-6-15
编辑:Mouhamed Niasse 2021-6-15
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)

更多回答(1 个)

Rahul R
Rahul R 2022-10-11
syms t a=1 u=t x = exp(-a*t)*u laplace(x)

类别

Help CenterFile Exchange 中查找有关 Number Theory 的更多信息

标签

产品


版本

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by