How to disable a toolbox

조회 수: 94 (최근 30일)
Gus C
Gus C 2020년 6월 25일
편집: Image Analyst 2020년 7월 5일
How can I disable a particular toolbox? I have my own code, in which I am using a function 'diffusion', which is preceded, possibly by a function from financial toolbox. Running it on my home PC terminates successfully, but on HP cluster it throws an error, confusing the two functions (saying e.g. that I give too many input arguments).

채택된 답변

Matt J
Matt J 2020년 6월 25일
Add all your code to the top of the Matlab path using addpath
Then, Matlab will see your version of diffusion first, and use that.
  댓글 수: 7
Gus C
Gus C 2020년 7월 5일
Ok, thanks a lot!
Matt J
Matt J 2020년 7월 5일
You're welcome, but please Accept-click the answer if you consider your question addressed.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Image Analyst
Image Analyst 2020년 7월 5일
편집: Image Analyst 2020년 7월 5일
To disable an entire toolbox -- ALL of it's functions -- you can uninstall it from the Add-On Manager (Home tab of Toolbar -> Add-ons -> financial toolbox -> three dots -> Uninstall). I don't think it actually deletes the files. It's not quick, like a one-liner you can do in your code. Then to turn it back on, you again use the Add-on Manager to re-enable it.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by