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.

조회 수: 2 (최근 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