linux使用matlab时,保存matlab脚本提示没有权限
Show older comments
使用linux保存matlab脚本时提示没有权限
Answers (1)
Kautuk Raj
on 17 Sep 2024
0 votes
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:
- 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.
With this troubleshooting, I hope you will be able to save your MATLAB scripts successfully.
Categories
Find more on 启动和关闭 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!