I am trying to use the ODE15s to solve a set of stiff differential equations. the problem is:
Given y"=A, where A is an output from another function and is a finite number.
the solver is within a for loop for evaluating the values at time t+dt in every iteration.
I am solving for y using the...