MATLAB: Use ODE45 with a frequency span instead of time

coupled differential equationsdifferential equationsfrequency spanMATLABode45tspan

I have 2 coupled differential equations. I'm trying to use ODE45, but it requires a time span (tspan).
Is there a way to use a frequency span instead, or perhaps another more suitable differential equation solver?

Best Answer

It does not require that the independent variable be time. It can be whatever your differential equation system requires. If your derivatives are with respect to frequency, use a frequency vector instead.
Related Question