save matdata1 Error using save Unable to write file matdata1: permission denied.
이전 댓글 표시
채택된 답변
추가 답변 (3개)
Shivaputra Narke
2014년 2월 1일
1 개 추천
Check the directory,because where you are writing your data on disk is important.
Marco Geraldo Vega Montenegro
2018년 5월 27일
편집: Marco Geraldo Vega Montenegro
2018년 5월 27일
1 개 추천
Tenía el mismo problema, lo resolví ejecutando Matlab como administrador. I had the same problem, i fixed it running Matlab as administrator.
Zadran
2014년 9월 25일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!