function [f] = c_6_p_2_ode_fn(t,x) f = zeros(2,1); f(1) = x(2); f(2) = -x(2) + 6*x(1);