What are these errors on starting up matlab?
2 ビュー (過去 30 日間)
古いコメントを表示
% Brand new to MATLAB (student version) and when I switch it on the following errors appear:
Error using cd
Cannot CD to C:\Users\Eoghan\AppData\Local\Temp (Name is nonexistent or not a directory).
Error in tempdir (line 30)
curr_dir = cd(tmp_dir);
Error in findLogStream (line 13)
Error in setupConnector>localDisableConsoleLogging (line 42)
Error in setupConnector (line 30)
Error in performConnectorAction>startService (line 105)
Error in performConnectorAction (line 13)
Error in connectorHandler>performAction (line 69)
Error in connectorHandler (line 28)
Error in connector (line 10)
connectorHandler(action, varargin{:});
Error in connector.internal.autostart.run (line 10)
% the temp folder does exist
% Anyone any idea what I should do?
1 件のコメント
Andre Jaya
2016 年 6 月 15 日
Yes, I had same problem, and i get rid of this by running matlab as admin.
回答 (1 件)
Walter Roberson
2015 年 9 月 10 日
You need to create the directory C:\Users\Eoghan\AppData\Local\Temp
3 件のコメント
Vathsal V S
2015 年 10 月 13 日
Hi, even I am facing the same issue with the student version(academic license) - It says directory access failure, but on checking, the directory seems to be present in the specified path its looking for ! Any workaround for this ?
Walter Roberson
2015 年 10 月 13 日
I suggest experimenting with setting the TEMP environment variable to a different directory.
You can look at the source for tempdir to see how it derives the locations.
type tempdir
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!