How to plot inverse laplace function

Hello, I'm trying to plot this function but I totally have no idea how to write the code.

 采纳的回答

Star Strider
Star Strider 2021-10-3
Since you’re obviously using the Symbolic Math Toolbox, use the fplot function.
.

4 个评论

Can you write the code?
Not for your problem, specifically because I have no idea what it is, however I can illustrate the approach —
syms s t
H(s) = 1/(s^2 + 2*s + 10)
H(s) = 
h(t) = ilaplace(H,s,t)
h(t) = 
figure
fplot(h, [0 2*pi])
grid
Experiment to get the result you want.
.
As always, my pleasure!
.

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Plot Customization 的更多信息

产品

版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by