function dy = test_de_fun(t,y) %Calculates the derivative for a network % % t - Time % y - State % Returns dy. % b = 1 dy = [-1 - 3*y(1); 1 - 4*y(2)]