can't use the help docements about matlab2015a
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi, dear, I can't use doc help documents when I use the matlab 2015a on the win7 system, everytime when I use the doc command, the error will happen like this:
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class com.mathworks.mlwidgets.help.ProductFilterModel$InstalledState
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class com.mathworks.mlwidgets.help.ProductFilterModel$InstalledState
at com.mathworks.mlwidgets.help.DocCenterProductPrefs.getSelectedProductsFromPref(DocCenterProductPrefs.java:47)
at com.mathworks.mlwidgets.help.DocCenterProductPrefs.getProductFilterModel(DocCenterProductPrefs.java:33)
at com.mathworks.mlwidgets.help.DocCenterDocConfigParams.<init>(DocCenterDocConfigParams.java:37)
at com.mathworks.mlwidgets.help.DocCenterDocConfig.getLocalConfig(DocCenterDocConfig.java:77)
at com.mathworks.mlwidgets.help.DocCenterDocConfig.getInstance(DocCenterDocConfig.java:65)
at com.mathworks.mlwidgets.help.HelpPopup.createHelpPanel(HelpPopup.java:461)
at com.mathworks.mlwidgets.help.HelpPopup.createComponents(HelpPopup.java:451)
at com.mathworks.mlwidgets.help.HelpPopup.<init>(HelpPopup.java:447)
at com.mathworks.mlwidgets.help.HelpPopup.getInstance(HelpPopup.java:428)
at com.mathworks.mlwidgets.help.HelpPopup.closeIfShowingWithDifferentParent(HelpPopup.java:273)
at com.mathworks.mlwidgets.help.HelpPopup.showHelp(HelpPopup.java:386)
at com.mathworks.mlwidgets.help.HelpPopup.showHelp(HelpPopup.java:347)
at com.mathworks.mlwidgets.help.HelpPopup.showHelp(HelpPopup.java:210)
at com.mathworks.mde.editor.plugins.matlab.MatlabSelectionDelegate$2.run(MatlabSelectionDelegate.java:198)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
>>
How can I figure it out? please help me
댓글 수: 0
채택된 답변
Marc Jakobi
2016년 10월 24일
It sounds like a currupt Matlab installation. I would suggest you reinstall Matlab and if the problem still persists, call the Mathworks support.
댓글 수: 2
Marc Jakobi
2016년 10월 24일
Try restoring Matlab's search path to the default. You may have duplicate functions that are shadowing Matlab's internal functions. If the problem still persists, you should be eligible for free telephone support.
추가 답변 (1개)
참고 항목
카테고리
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!