% hwsol1.m -- Used only in hw3plot.m % Solves the first order differential equation x'=f(t,x) where the % function f(t,x) is as defined by the expression in the string variable % ftx. Variables/parameters are obtained from entries in INIT.M, which % must be run first. global fstring fstring=ftx; if t0