How to plot result of inverse laplace transformation ?

조회 수: 2 (최근 30일)
john
john 2013년 7월 10일
답변: Arabella Bowers 2016년 1월 17일
Hi,
how can I plot result of inverse Laplace transformation?
Example:
b=(s^2-2*s+4);
c=ilaplace(b)
t=0:10;
Than I get:
c = 4*dirac(t) - 2*dirac(t, 1) + dirac(t, 2)
but how can I plot result of ilaplace for t=0:10?
I know about
ezplot(matlabFunction(h), [1,1000])
but it doesn't work.
Thank you for help
No ideas?
  댓글 수: 3
nl2605
nl2605 2013년 7월 19일
Hey..
When you say you want to plot the inverse laplace transform don't you actually mean the impulse response of the system? Because then you might as well plot the impulse response using impulseplot function. But then you also need to define the system. Just asking because I am working on a similar topic.
john
john 2013년 7월 22일
Hi, I want just plot my above example for any time interval...I hope it is answer for your question. :-). But I dont know how.

댓글을 달려면 로그인하십시오.

답변 (2개)

Vipin Sharma
Vipin Sharma 2014년 9월 3일
Inverse laplace transform plot of a transfer function, F, is equal to impulse response of the transfer function, F. You could simply do, impulseplot(F). Note that F is 'tf' type and 'sym' type.

Arabella Bowers
Arabella Bowers 2016년 1월 17일
ezplot(matlabFunction(ans), [1,1000])

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by