- Check “Write” Permissions: Leverage this MATLAB Answers post to check the permissions of the directory: https://www.mathworks.com/matlabcentral/answers/2062797-can-t-save-new-file-even-though-i-definitely-have-write-permissions#answer_1375187
- Change the Directory: Save the script to a directory where you have write permissions, such as your home directory.
linux使用matlab时,保存matlab脚本提示没有权限
조회 수: 2 (최근 30일)
이전 댓글 표시
답변 (1개)
Kautuk Raj
2024년 9월 17일
When using MATLAB on Linux, if you receive a message indicating that you do not have permission to save a MATLAB script, it typically means that you are trying to save the script in a directory where you lack the necessary write permissions. To resolve this issue, consider trying the following steps:
With this troubleshooting, I hope you will be able to save your MATLAB scripts successfully.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Big Data Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!