how to make laplace transform of sine wave

16 views (last 30 days)
hi all, I want to find the laplace transform of this sine function. can someone help me ?

Answers (1)

Star Strider
Star Strider on 21 Mar 2018
If you are using the Symbolic Math Toolbox, use the laplace (link) function.
  5 Comments
mustafa deniz koçan
mustafa deniz koçan on 21 Mar 2018
I know but i can not solve it anyway can you solve for me ?
Star Strider
Star Strider on 21 Mar 2018
We do not solve homework problems on MATLAB Answers. The purpose of this forum is to help with MATLAB-related problems.
Solve it by hand or using laplace. You can check your result by taking the inverse Laplace transform with the ilaplace function, and plot it to see if you reproduce the plot in the problem. Remember to set omega to 1 in the time-domain function before you plot it. In your fplot call, you should plot it from 0 to 3*pi.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!