Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: Symbolic expressions
Posted:
Feb 17, 2013 10:22 PM
|
|
"Shishir Jaiswal" <shishirjaiswal_18@yahoo.com> wrote in message news:kfo3oq$44e$1@newscl01ah.mathworks.com... > I need to define a positive symbolic expression say 'n'. > I am using 'sym' or 'syms' (for multiple symbols). In one machine (PC) it > is working fine but in another following error is coming: > > ?? Undefined function or method 'sym' for input arguments of type 'char'. > > what may be the reason? i am using same version in both the systems. > Is there any other way of defining math symbols?
Both SYM and SYMS are functions from Symbolic Math Toolbox.
http://www.mathworks.com/help/symbolic/sym.html
On the first machine, you have this toolbox installed. On the second machine, you do not. You can confirm this by looking at the output of the VER function.
-- Steve Lord slord@mathworks.com To contact Technical Support use the Contact Us link on http://www.mathworks.com
|
|
|
|