Help with large start up error R2014a.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
per isakson
le 9 Août 2014
Modifié(e) : per isakson
le 9 Août 2014
Did you try
>> which workspacefunc -all
which should return something like
C:\...\MATLAB\R2013a\toolbox\matlab\codetools\workspacefunc.m
Réponse acceptée
per isakson
le 11 Août 2014
Modifié(e) : per isakson
le 12 Août 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 commentaires
per isakson
le 12 Août 2014
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!