??? Error using ==> print at 310 Cannot create output file


1、You most probably don't have write permissions to create file in current directory. If you are working under Windows 7, it is possible that your working directory is somewhere under Program Files or at a drive root. Check it with pwd command.(修改保存路徑爲當前運行路徑,一般就可以解決問題)

2、Check also if you can save and other file, like MATLAB m-file. You should have the same problem if it's a permission issue.(權限問題,是否可以保存文件)

3、Another possible cause is that you already created a file under the same name and have it opened by another program.(這個一般不會發生,有同名文件的時候也可能不能保存成功!)。


發佈了13 篇原創文章 · 獲贊 46 · 訪問量 30萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章