安装waijung第​三方工具箱每次打开m​atlab出现路径警​告

8 views (last 30 days)
xingran li
xingran li on 27 May 2021
Answered: Fangjun Jiang on 27 May 2021
一般出现在安装第三方toolbox后,这个路径似乎是可变产生的并会自动删除的,不知道出了啥问题
如何解决
  1 Comment
Sulaymon Eshkabilov
Sulaymon Eshkabilov on 27 May 2021
Is that possible to post your questions in English?

Sign in to comment.

Answers (1)

Fangjun Jiang
Fangjun Jiang on 27 May 2021
I had the same problem and this probem started in R2020a.
Every time you started MATLAB R2020a, such a temporary folder is automatically created and added to the MATLAB path but it was not saved. When MATLAB exists, the temp folder is automatically removed. The name of the folder changes every time. You can check it.
So if you install a third-party toolbox and during that process, savepath() was executed, then this temp folder is saved thus caused the warning the next time MATLAB is started.
The robust solution is to remove that temp folder before savepath() is executed in the installation script.
If the installation script can't be changed, the manual process is to remove those temp folders and save the MATLAB path once for all.
The problem has been reported to the Mathworks. Didn't follow up on bug report since it is not that serve.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!