Error Permission access denied
조회 수: 27 (최근 30일)
이전 댓글 표시
I am working on a windows 8 64 bit machine with matlab r2012a,when i use save or xlswrite command,it returns error
Permission access denied cant save file
Kindly tell how to retify it please
댓글 수: 0
채택된 답변
Image Analyst
2013년 9월 5일
편집: Image Analyst
2013년 9월 5일
Are you sure you don't already have the file open in Excel? If so, it won't let you save it while it's already open. I know starting with Windows 7 there are a lot of folders that you cannot save to any longer, such as anything under the Program Files folder, and sometimes others that you wouldn't think should have such a restriction, like C:\Users and C:\ProgramData, though C:\Users\nkumar\Documents would be allowable.
댓글 수: 0
추가 답변 (1개)
Walter Roberson
2013년 9월 5일
You are trying to write into a directory you do not have permission for. You can get that if you are trying to save under the MATLAB installation directory instead of into your own directory.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File 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!