The output is displayed as syntax error for the question ilaplace(4​/sˆ3,s,t).​Tried a lot but couldn't figure it out.Please help.

1 次查看(过去 30 天)
syms s t
ilaplace(4/sˆ3,s,t)
I got a syntax error on execution.

采纳的回答

Karan Gill
Karan Gill 2018-1-16
Your "ˆ" is wrong. Should be "^". Try
ilaplace(4/s^3,s,t)

更多回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by