lets assume that i have an ode that i wanna solve using ode45 in matlab. My question is how can i tell ode45 to give me the solution at each time step ?
To get the solution for an ODE by ODE 45, loop can be used to extract and display the solution at each time step. Please refer to a simple code give below to get the statement: