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

4 vues (au cours des 30 derniers jours)
Ronny Landsverk
Ronny Landsverk le 13 Fév 2019
Commenté : Preethi le 14 Fév 2019
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 ?

Réponses (0)

Tags

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by