MATLAB: subs, eval
lo.unisa.edu.au › mod › bookf_on_unit_circle=subs (F,r,1) which gives the output. F=sin (2*theta)/r^2. f_on_unit_circle=sin (2*theta) An alternative is to use the eval command. It is of the form ans=eval (S) where S is a symbolic expression for which at least one of its symbolic variables has just been given a value. If all variables are given numerical values, the answer ...