function rt=f_xpy(xf,yf) %* rt=f_dydx(xf,yf) % variables % xf: independent variable % yf: dependent variable rt=xf + yf;