Error when starting the Matlab R2015a
4 次查看(过去 30 天)
显示 更早的评论
Hi there,
I got this error when opening Matlab!! I do not know what to do? all functions don't response to me!!
Can you help me to solve this issue, please? I attached a copy of the error message.
Regards,
Yasser

Warning: Name is nonexistent or not a directory: /Applications/MATLAB_R2015a.app\toolbox\wavelet\wavedemo
Warning: Name is nonexistent or not a directory: /Applications/MATLAB_R2015a.app\toolbox\matlab\webcam
Warning: Name is nonexistent or not a directory: /Applications/MATLAB_R2015a.app\toolbox\matlab\external\interfaces\webservices\restful
Warning: Name is nonexistent or not a directory: /Applications/MATLAB_R2015a.app\toolbox\matlab\external\interfaces
Warning: Name is nonexistent or not a directory: /Applications/MATLAB_R2015a.app\toolbox\matlab\external\interfaces\webservices
Warning: Name is nonexistent or not a directory: /Applications/MATLAB_R2015a.app\toolbox\matlab\external\interfaces\webservices\wsdl
Undefined function or variable 'ispc'.
Warning: MATLAB did not appear to successfully set the search path. To recover for this session of MATLAB, type "restoredefaultpath;matlabrc". To find out how to avoid this warning the next time you start MATLAB, type "docsearch problem path" after recovering for this session.
Warning: Initializing Java preferences failed in matlabrc.
This indicates a potentially serious problem in your MATLAB setup, which should be resolved as soon as possible. Error detected was:
MATLAB:UndefinedFunction
Undefined function 'usejava' for input arguments of type 'char'.
> In matlabrc (line 118)
Warning: Initializing MATLAB Graphics failed.
This indicates a potentially serious problem in your MATLAB setup, which should be resolved as soon as possible. Error detected was:
MATLAB:UndefinedFunction
Undefined function or variable 'ismac'.
> In hgrc (line 145)
In matlabrc (line 148)
Warning: Failed to add default profiler filters.
> In matlabrc (line 157)
Academic License
_Undefined function or variable 'usejava'.
Error in matlabrc (line 187)
if ~(ismcc || isdeployed || feature('isdmlworker')) && usejava('jvm')
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException_
at com.mathworks.mlwidgets.graphics.ModelStateFactory.createNoSelectionModelState(ModelStateFactory.java:251)
at com.mathworks.mlwidgets.graphics.PlotToolSetFactory$3.parseComplete(PlotToolSetFactory.java:123)
at com.mathworks.mlwidgets.graphics.ModelStateFactory$ProductInfoListener$1$1.run(ModelStateFactory.java:1032)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
0 个评论
采纳的回答
Hannes Daepp
2017-2-14
Hi Yasser -- it looks like you may be encountering the issue described in this MATLAB Answers post:
Please refer to that post for solutions and next steps.
2 个评论
Walter Roberson
2017-2-14
Possibly. But notice that they are using a mac but the paths being attempted use \ . Perhaps somehow a Windows startup or pathdef is being used on the Mac
更多回答(0 个)
另请参阅
类别
在 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!