I cannot find the inverse laplace

3 次查看(过去 30 天)
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!!

采纳的回答

Walter Roberson
Walter Roberson 2020-4-14
syms s
l=1/s*(s+2)*(s+3);
ilaplace(l)
You had colon at the end of s, not semi-colon.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Number Theory 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by