How to switch between toolboxes. Can we hide a toolbox temporarily ?

4 次查看(过去 30 天)
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 ?

回答(0 个)

标签

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by