没有对文件夹写入权限
이전 댓글 표시
访问被拒绝
您没有对以下文件夹的写入权限:
D:" --basecode OP --userLoginToken Miwyc3c4OGR5ZHJkaHJ4YzYxdnVsYjhpaHR4dWtxaGtrczV4NXQ1MTRsbzlpdnQwczksUXNBSnI5UTFvUnowVjFONktLdVNCdmRFNWJBTFI2UlZxTFh6N1p0RnJJdEJITWlFQi9SZGJrMzlIKzRvUlNnakRoZEwvL1ZFUlBWanF2WlRlZVlUS3VGczI5WHVNblJOazduLy9hc0lzOGVFcUF4M0VrcGhkVWljaW05MXJLOGtudmlrVld4YndhQUVTekZJQlZmekI5TFJobFRLdktPSlFJWW9MNlFBL3VBPQ== --matlabEntitlementId 8110675 --addonProductEntitlementId 8110675 --trialRequired false --licenseNumber 40967372
답변 (1개)
Shivani
2023년 10월 26일
2 개 추천
I am assuming that the path present in the error dialogue is a known folder that you’re trying to write output into or trying to install an add-on that writes into that folder.
As mentioned in the prompt, you do not have permissions to write into the folder path mentioned in the error dialogue. Please try out the potential workaround solutions mentioned below:
- You can check the permissions to the folder and update permissions to allow your user account to write into the location. Please refer to this MATLAB answer thread for more information on how to check and modify permissions: https://www.mathworks.com/matlabcentral/answers/465517-why-does-the-matlab-update-fail-with-access-denied
- Open MATLAB as an administrator and run your command/program again.
- If you are running the command from inside the MATLAB directory. Try running the command from a different location, like your home directory.
Additionally, you can refer to these similar MATLAB answer threads for more information regarding this error.
- https://www.mathworks.com/matlabcentral/answers/843430-unable-to-write-file-permission-denied
- https://www.mathworks.com/matlabcentral/answers/2820-cannot-write-to-this-folder-permission-denied-issue
Hope this resolves your issue!
카테고리
도움말 센터 및 File Exchange에서 启动和关闭에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!