Granting MATLAB permissions to access folders

314 ビュー (過去 30 日間)
Stephen Pratt
Stephen Pratt 2021 年 4 月 5 日
コメント済み: Stephen Pratt 2021 年 4 月 14 日
I started using MATLAB and wanted to change the Path. A window popped up and said, MATLAB is seeking permission to access this folder, do you want to grant it. I accidently clicked "No." How do I change that response and grant MATLAB permission?

回答 (2 件)

Madhav Thakker
Madhav Thakker 2021 年 4 月 14 日
Hi Stephen,
A simple workaround could be to make that particular folder available to all users and all processes.
Hope this helps.

Jan
Jan 2021 年 4 月 14 日
編集済み: Jan 2021 年 4 月 14 日
To modify Matlab's path variable, you need access to:
fullfile(matlabroot, 'toolbox', 'local')
Here the path is stored in pathdef.m. Remember that this concerns all users of the computer.
You cann get write permissions to this folder in the Windows Explorer (right click on the folder, Properties, Security -> Set Permissions), or with chmod under MacOS and Linux in a shell of the operating system.
It might be more useful to create your own pathdef.m file in a location, which is found earlier in the PATH, e.g. in your user folder. See: https://www.mathworks.com/matlabcentral/answers/23180-how-to-store-my-pathdef-m
  1 件のコメント
Stephen Pratt
Stephen Pratt 2021 年 4 月 14 日
Thanks for more details. They are helpful.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by