How do I check to see if the Extended Symbolic Math Toolbox was properly installed?

33 views (last 30 days)
The Extended Symbolic Math Toolbox does not appear in the toolbox list when I type 'ver' at the MATLAB command prompt.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
In MATLAB 7.0 (R14) and later versions, you can type 'ver' at the MATLAB command prompt and the Extended Symbolic Math Toolbox will appear in the toolbox list if it is installed. If you are using a previous version, read the following:
As seen on page 1-145 of the Symbolic Math Toolbox User's Guide, you can type in the following:
maple('with(orthopoly);')
This should produce output similar to:
ans=
[G, H, L, P, T, U]

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!