I cannot find the inverse laplace

5 vues (au cours des 30 derniers jours)
Saad Rana
Saad Rana le 14 Avr 2020
Commenté : Saad Rana le 14 Avr 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!!

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by