Help with large start up error R2014a.
조회 수: 1 (최근 30일)
이전 댓글 표시
I receive a long list of errors upon start-up of Matlab:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/154179/image.png)
I've reinstalled and updated JDK which hasn't helped.
I'm running Windows 8.1 with R2014a 64bit.
Has anyone else had this problem or know a solution?
댓글 수: 2
per isakson
2014년 8월 9일
편집: per isakson
2014년 8월 9일
Did you try
>> which workspacefunc -all
which should return something like
C:\...\MATLAB\R2013a\toolbox\matlab\codetools\workspacefunc.m
채택된 답변
per isakson
2014년 8월 11일
편집: per isakson
2014년 8월 12일
"'workspacefunc' not found."   The Matlab search path is corrupted.
Then run
savepath
and next run
restoredefaultpath
But before that make sure you understand. Or wait for a better answer.
댓글 수: 2
per isakson
2014년 8월 12일
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!