Error in Publishing Code
조회 수: 6 (최근 30일)
이전 댓글 표시
Hi All,
I just installed MATLAB R2013b. Whenever I try to run code it runs perfectly. I am getting no error but, if I try to publish my code I am getting error as shown in file. I don't know where am I going wrong.
Thanks,

댓글 수: 0
답변 (1개)
Suneesh
2014년 1월 17일
See what the following at the MATLAB prompt returns:
tempdir
This should be the C:\Users\Harshal\Appdata\Local\Temp
Now verify if this exists. If it does not, create it. Or you could set 'tempdir' to a valid path where temporary files may be written to.
댓글 수: 1
Walter Roberson
2014년 1월 17일
At the command prompt, command
mkdir('C:\Users\Marshal\AppData')
mkdir('C:\Users\Marshal\AppData\Local')
mkdir('C:\Users\Marshal\AppData\Local\Temp')
The first couple might report that the directory already exists; if so that is fine and keep going.
참고 항목
카테고리
Help Center 및 File Exchange에서 Adding custom doc에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!