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

조회 수: 4 (최근 30일)
Ronny Landsverk
Ronny Landsverk 2019년 2월 13일
댓글: Preethi 2019년 2월 14일
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