Filter löschen
Filter löschen

I cannot find the inverse laplace

3 Ansichten (letzte 30 Tage)
Saad Rana
Saad Rana am 14 Apr. 2020
Kommentiert: Saad Rana am 14 Apr. 2020
syms s:
l=1/s*(s+2)*(s+3);
ilaplace(l)
for some reason there is an error in this code and I cannot find inverse laplace of the equation.
I don't know what is wrong with the code
NEED HELP!!

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 14 Apr. 2020
syms s
l=1/s*(s+2)*(s+3);
ilaplace(l)
You had colon at the end of s, not semi-colon.
  1 Kommentar
Saad Rana
Saad Rana am 14 Apr. 2020
thanks man. I can't believe I did that. LOL

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by