Help with large start up error R2014a.
1 view (last 30 days)
Show older comments
I receive a long list of errors upon start-up of Matlab:
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 Comments
per isakson
on 9 Aug 2014
Edited: per isakson
on 9 Aug 2014
Did you try
>> which workspacefunc -all
which should return something like
C:\...\MATLAB\R2013a\toolbox\matlab\codetools\workspacefunc.m
Accepted Answer
per isakson
on 11 Aug 2014
Edited: per isakson
on 12 Aug 2014
"'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 Comments
per isakson
on 12 Aug 2014
More Answers (1)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!