save matdata1 Error using save Unable to write file matdata1: permission denied.
조회 수: 2 (최근 30일)
이전 댓글 표시
I cant save my file for some reason
댓글 수: 0
채택된 답변
Amit
2014년 2월 1일
This might be because you dont have permission to write in that folder. Try a different directory and see if it still doesn't work.
댓글 수: 7
Aram Kirakosyan
2016년 8월 23일
Ajay Joseph, may be you will be sooooo kind to answer to the question you posted......if you found it, just share it man
추가 답변 (3개)
Shivaputra Narke
2014년 2월 1일
Check the directory,because where you are writing your data on disk is important.
댓글 수: 0
Marco Geraldo Vega Montenegro
2018년 5월 27일
편집: Marco Geraldo Vega Montenegro
2018년 5월 27일
Tenía el mismo problema, lo resolví ejecutando Matlab como administrador. I had the same problem, i fixed it running Matlab as administrator.
댓글 수: 0
Zadran
2014년 9월 25일
Hello Ajay Joseph. What way you found to fix the bug in your code. I too am facing the same problem in the code that I got from a friend but he too didn't know how to tackle it. I hope you may help.
eval(['save' rp.name])
How did you fix your own code and how you correlate that with the above.
Thanks.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!