function dxdt = derivparams(x,a,b,c) % Function to calculate the output of a first order differential % equation dxdt = b-(c/a)*x^2;