필터 지우기
필터 지우기

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

조회 수: 16 (최근 30일)
Furkan Ozkan
Furkan Ozkan 2021년 6월 15일
답변: Rahul R 2022년 10월 11일
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