Solution to time and space dependent ODE

1 view (last 30 days)
Kindly help me to find the solution solution to the problem
(d^2 y)/〖dt〗^2 =y(x,t)-sin⁡(y) at x lines in interval [-1,1] and t is time.

Accepted Answer

Steven Lord
Steven Lord on 16 Jan 2021
See the ode45 function and the example on its documentation page that discusses passing additional parameters into your ODE function.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!