My Matlab is 2008b version
when I give the following command :
x=syms('x')
it return the follwing message :
??? Undefined function or method 'syms' for input arguments of type 'char'.
and the same for the command of the form :
syms c1 c2 x
how to run the symbol math in Matlab 2008b ?