is [t,y]= ode45 ( @(t,y) x, [0 1], 1 ) and [t,x]= ode45 ( @(t,x) -4*y, [0 1], 0) a correct asnwer to the question i sent?