Cannot write to file: permission denied

I am using Matlab on a Linux machine. I have set the default startup dir as a dir to which i have write permissions. When I run [gid, errmsg] = fopen(fname,'w'); (where fname is just the filename I want written to the current dir--no path), I get gid = -1 and errmsg = permission denied. I'm running Matlab using an icon. Could I be the wrong user? Any other suggestions? Thanks.
Edit: after two days of internet problems, computer is back online (I think the Network Manager settings were changed, but it took the IT people a long time to find and fix) and the problem seems to have disappeared. thanks, everyone.

댓글 수: 2

Pujitha Narra
Pujitha Narra 2020년 2월 27일
Hi,
You can try changing the permissions to the folder using the following command on the terminal:
chmod -R 0777 foldername/
or
Try launching MATLAB with sudo.
What shows up for
!whoami; ls -ld .
The period is part of the command.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

질문:

2020년 2월 24일

편집:

2020년 2월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by