Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: syms in mupad window
Posted:
Jun 4, 2010 8:42 PM
|
|
HI everyone, Thanks for the replies. I was able to define the function. I have just started with mupad, and hence the confusions.
Moving forward, can i differentiate this function now, as i would for functions defined using the -> construct?
On Jun 3, 2:05 pm, "Steven Lord" <sl...@mathworks.com> wrote: > "sid" <sid...@gmail.com> wrote in message > > news:1c4e31b7-5cb9-49f5-ac13-15351f0372ef@k39g2000yqb.googlegroups.com... > > >I have recently installed the new matlab withmupad[7.10.0.499 > > (R2010a)] . I wanted to define > > a function p(r,t), so i executed r = sym('r') in themupadcommand > > window. I tried various variations > > of the same command, but i get Error: ')' expected [line 1, col 10] > > all the time. In the help window, > > i am not able to find this function. What am i doing wrong? > > Check the output of the VER function to make sure you have Symbolic Math > Toolbox installed. > > If that output does indicate you have this toolbox installed, make sure that > the following command does NOT show a file in the ja subdirectory as the > first entry. > >
> If it does, remove any instances of any ja subdirectories from your MATLAB > path using PATHTOOL. Files in the ja subdirectories contain Japanese > language help text and are NOT intended to be executed. > > If that too doesn't resolve the issue post the output of the above command > along with the full text (including the calling stack) for the error you > received, the output of the COMPUTER function, and the first line of the > first file listed in the output of the WHICH command above. > > -- > Steve Lord > sl...@mathworks.com > comp.soft-sys.matlab (CSSM) FAQ:http://matlabwiki.mathworks.com/MATLAB_FAQ > To contact Technical Support use the Contact Us link onhttp://www.mathworks.com
|
|
|
|