i have Question about Inverse lapalce transform & plot
Mostra commenti meno recenti
hi. i try to cording matlab to draw a graph of inverse laplace transofrm result
F is a function made of R and G. and i want to inverse laplace transform that function F and draw a graph.
i really try hard but it didn't work. maybe there is a error at plot cording.
can i get a advice about it?
thank you.
here's my cording.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
syms s
R = 1/s
G = 75/(s)^2+10.25*s+100.65
F = R * G
a = ilaplace (F)
x = t
t = [0,0.01,10];
y = a;
plot(x,y)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2 Commenti
Paul
il 11 Mag 2021
Are you sure you don't mean:
G = 75/( s^2+10.25*s+100.65 )
jongil park
il 11 Mag 2021
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Calculus in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!





