Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: hello
Posted:
Mar 17, 2013 11:24 PM
|
|
<denygeorgy@gmail.com> wrote in message news:bc3bd274-ab10-4588-be55-3764ed4c9792@googlegroups.com... > now , in english. Does anybody know why everytime when i declare a > symbolic variable in the script, it apears that i have an error: undefined > function or method"sym" for input arguments of type "char"...I don't > understand what's wrong. it's a homework and the teacher told us to study > in advance
Check the output of the VER function to see if it lists Symbolic Math Toolbox. If it does not, you will not be able to use the SYM function from that toolbox. You would need to install it (possibly adding it to your license) before you could define symbolic objects with SYM.
-- Steve Lord slord@mathworks.com To contact Technical Support use the Contact Us link on http://www.mathworks.com
|
|
|
|