And where is the fiunction "star4" ?
Your call should be
[t,C] = ode45(@star4, t, C0); % Solve the system according to the time span (ode45 is based on Runge-Kutta method)
at least if the function "star4" has the usual parameter list
function dy = star4(t,y)