40 scripts and functions
Table 5: Function definitions, filenames, input and output variablesfunction definitionfilename input variables output variables notesfunction [rho, H, F] = motion(x, y, t)motion.mx, y, t rho, H, Ffunction [theta] = angleTH(x, y)angleTH.mx, y thetafunction theta = THETA(x, y)THETA.mx, y thetaIf there is only oneoutput variable thesquare brackets canbe omittedfunction [] = circle(r)circle.mrNonefunction circle(r)circle.mrNoneIf there are nooutput variables thesquare brackets andthe equals signcan be omitted