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.

 Respuesta aceptada

Star Strider
Star Strider el 3 de Oct. de 2021

0 votos

Since you’re obviously using the Symbolic Math Toolbox, use the fplot function.
.

4 comentarios

rachel cheng
rachel cheng el 3 de Oct. de 2021
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.
.
rachel cheng
rachel cheng el 3 de Oct. de 2021
thx
Star Strider
Star Strider el 3 de Oct. de 2021
As always, my pleasure!
.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Productos

Versión

R2020b

Preguntada:

el 3 de Oct. de 2021

Comentada:

el 3 de Oct. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by