Mostrar comentarios más antiguos
访问被拒绝
您没有对以下文件夹的写入权限:
D:" --basecode OP --userLoginToken Miwyc3c4OGR5ZHJkaHJ4YzYxdnVsYjhpaHR4dWtxaGtrczV4NXQ1MTRsbzlpdnQwczksUXNBSnI5UTFvUnowVjFONktLdVNCdmRFNWJBTFI2UlZxTFh6N1p0RnJJdEJITWlFQi9SZGJrMzlIKzRvUlNnakRoZEwvL1ZFUlBWanF2WlRlZVlUS3VGczI5WHVNblJOazduLy9hc0lzOGVFcUF4M0VrcGhkVWljaW05MXJLOGtudmlrVld4YndhQUVTekZJQlZmekI5TFJobFRLdktPSlFJWW9MNlFBL3VBPQ== --matlabEntitlementId 8110675 --addonProductEntitlementId 8110675 --trialRequired false --licenseNumber 40967372
Respuestas (1)
Shivani
el 26 de Oct. de 2023
2 votos
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!
Categorías
Más información sobre 启动和关闭 en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!