
1
10.20 The user-defined MATLAB function Sys2ODEsRK2(ODE1,ODE2,a,b,h,yINI,zINI)
(Program 10-5), that is listed in the solution of Example 10-7, solves a system of two ODEs by using the
second-order Runge–Kutta method (modified Euler version). Modify the function such that the two ODEs
are entered in one input argument. Similarly, the domain should be entered by using one input argument,
and the two initial conditions entered in one input argument. For function name and arguments use
[t,x,y]=Sys2ODEsModEU(ODEs,ab,h,INI). The input argument ODEs is a name (dummy name