How to switch between toolboxes. Can we hide a toolbox temporarily ?
3 views (last 30 days)
Show older comments
I have MATLAB R2018b with symbolic math toolbox, and Maple 2017 release 3 installed.
The Maple installation asked to use a Maple toolbox integration with MATLAB (which I agreed to), hence now the default "syms" function is that which is defined in the Maple toolbox. E.g.
syms f(x,y)
returns
Error using assignin
Invalid variable name "f(x,y)" in ASSIGNIN.
Error in syms (line 47)
assignin('caller',varargin{1},sym(varargin{1}));
and
which -all syms
returns
C:\Program Files\MATLAB\R2018b\toolbox\maple\syms.m
Is there a convenient way to tell MATLAB which symbolic toolbox to use ? Is there a command to "hide" the Maple toolbox temporarily ?
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!