How can I open or install mupad in the matlab student version R2012b?

5 views (last 30 days)
When I try to open mupad, the following error appears:
>> mupad
Undefined function or variable 'mupad'.
I've already checked the following, but I have no idea how to use the information.
ver
--------------------------------------------------------------------------------------------------------
MATLAB Version: 8.0.0.783 (R2012b)
MATLAB License Number: ••••••
Operating System: Mac OS X Version: 10.6.8 Build: 10K549
Java Version: Java 1.6.0_51-b11-457-10M4509 with Apple Inc. Java HotSpot(TM) 64-Bit Server VM mixed mode
--------------------------------------------------------------------------------------------------------
MATLAB Version 8.0 (R2012b)
>> license('checkout','Symbolic_Toolbox')
ans =
1

Answers (1)

Walter Roberson
Walter Roberson on 21 Oct 2013
There is no Student Version R2012b. See (e.g.) http://www.mathworks.com/matlabcentral/answers/50623
For the Academic and Professional licenses, the Symbolic Toolbox is an additional component that must be downloaded and installed using the installer.
  2 Comments
Vanessa
Vanessa on 23 Oct 2013
Thanks for your answer. I tried to install but I'm not sure if I was successful, because the "mupad"-order does not work.
What does the following mean?
>> license('checkout','Symbolic_Toolbox')
ans =
1
Walter Roberson
Walter Roberson on 23 Oct 2013
It appears that you have a license for the toolbox but have not installed the software. You should go back in to the installer and see if there are any components available but not marked for installation.

Sign in to comment.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!