필터 지우기
필터 지우기

MATLAB will not save any files PLEASE HELP MAC OSX

조회 수: 5 (최근 30일)
Kamania Ray
Kamania Ray 2015년 8월 26일
댓글: Walter Roberson 2015년 8월 27일
MATLAB will not save any files after I have put up my Firewall. I have tried everything. I contacted MathWorks and they could not help me. I have homework due Friday and I need to know what I have to do to get Matlab to save files again. I have already tried taking down the firewall and that does not work. I have gone so far as uninstall Matlab then reinstall and the files would save, but as soon as my Firewall went back up the problem persisted. PLEASE HELP PLEASE!
  댓글 수: 3
Walter Roberson
Walter Roberson 2015년 8월 26일
What happens when you attempt to save files? And which directory are you attempting to save them in?
Kamania Ray
Kamania Ray 2015년 8월 27일
I am trying to save them on my desktop in my CS 1371 folder. I am a student, I don't know anything about code.(just so everyone knows my level of expertise and understanding) so I have no idea if it is a networked version. I got it from school. It came in a zip drive format.

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

답변 (1개)

the cyclist
the cyclist 2015년 8월 27일
A Google search of "CS 1371" and "MATLAB" suggests you are at Georgia Tech. Can you use the technology support center there to help you?
  댓글 수: 5
Kamania Ray
Kamania Ray 2015년 8월 27일
편집: Walter Roberson 2015년 8월 27일
Steven Lord: error
Walter Roberson: 0: group:everyone deny delete
- I have no idea what it means, but here it is...
Walter Roberson
Walter Roberson 2015년 8월 27일
Somehow you gained an Access Control List (ACL) on the directory. At the terminal window (as described above) cd to the directory you want to be able to save in to, and then command
chmod -a "group:everyone deny delete" .
where the period is part of the command. Then use
ls -led .
and see if any more entries show up. Once you get down to just something like
drwxr-xr-x 21 roberson staff 5406 13 Aug 00:07 .
with nothing like that "0: group:everyone deny delete" after that line, then all of the ACL have been removed.
It is plausible that your firewall is putting these kinds of ACLs in every time it is run, so you might end up having to do these kinds of commands again later, until you reconfigure the firewall.

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

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by