Info

This question is closed. Reopen it to edit or answer.

To perform ode for the equation

1 view (last 30 days)
vetri veeran
vetri veeran on 18 Nov 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
I want to perform ode for the equation given by,
dy/dt = y+ xy , with initial condition x(0)=0 and y(0)=1 and I want to find y(0.5) ie)tspan=[0 0.5]
how can I perform this in matlab using ode45.
Please anybody help me in this regard.
  1 Comment
MA
MA on 18 Nov 2014
you should have one another equation for x(t) like dx/dt=...

Answers (0)

Community Treasure Hunt

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

Start Hunting!