【发布时间】:2014-12-06 13:10:48
【问题描述】:
我最近在更新到 ubuntu 14.04 64bit 时遇到了这个错误。我无法理解发生了什么。怀疑 PATH/LIBRARY 等错误。尝试加载与 MCR 一起使用的程序时也会发生类似情况。可能是什么问题呢?这些错误很常见,但同时也很难找到答案。提前致谢。
当我使用时
Z = 峰值(20); >> 轮廓f(Z,10)
我得到了这些:
No appropriate method, property, or field initialized for class specgraph.contourgroup.
Error in specgraph.contourgroup/schema>LdoUpdateColorAction (line 209) if h.initialized
Warning: Error occurred while evaluating listener callback. > In specgraph.contourgroup.contourgroup at 19 In contourf at 79 No appropriate method, property, or field initialized for class specgraph.contourgroup.
Error in specgraph.contourgroup/schema>LdoUpdateColorAction (line 209) if h.initialized
Warning: Error occurred while evaluating listener callback. > In specgraph.contourgroup.contourgroup at 19 In contourf at 79 No appropriate method, property, or field initialized for class specgraph.contourgroup.
Error in specgraph.contourgroup/schema>LdoMarkDirtyAction (line 244) if h.initialized
Warning: Error occurred while evaluating listener callback. > In specgraph.contourgroup.contourgroup at 19 In contourf at 79 No appropriate method, property, or field initialized for class specgraph.contourgroup.
Error in specgraph.contourgroup/schema>LdoModeSwitchAction (line 195) if strcmp(get(h,modeprop),'auto') && h.initialized
Warning: Error occurred while evaluating listener callback. > In specgraph.contourgroup.contourgroup at 19 In contourf at 79 No appropriate method, property, or field initialized for class specgraph.contourgroup.
Error in specgraph.contourgroup/schema>LdoModeSwitchAction (line 195) if strcmp(get(h,modeprop),'auto') && h.initialized
Warning: Error occurred while evaluating listener callback. > In specgraph.contourgroup.contourgroup at 19 In contourf at 79 No appropriate method, property, or field initialized for class specgraph.contourgroup.
Error in specgraph.contourgroup/schema>LdoUpdateColorAction (line 209) if h.initialized
Warning: Error occurred while evaluating listener callback. > In specgraph.contourgroup.contourgroup at 19 In contourf at 79 No appropriate method, property, or field initialized for class specgraph.contourgroup.
Error in specgraph.contourgroup/schema>LdoUpdateChildrenAction (line 201) if h.initialized
Warning: Error occurred while evaluating listener callback. > In specgraph.contourgroup.contourgroup at 19 In contourf at 79 No appropriate method, property, or field initialized for class specgraph.contourgroup.
Error in specgraph.contourgroup/schema>LdoModeSwitchAction (line 195) if strcmp(get(h,modeprop),'auto') && h.initialized
Warning: Error occurred while evaluating listener callback. > In specgraph.contourgroup.contourgroup at 19 In contourf at 79 No appropriate method, property, or field initialized for class specgraph.contourgroup.
Error in specgraph.contourgroup/schema>LdoModeSwitchAction (line 195) if strcmp(get(h,modeprop),'auto') && h.initialized
Warning: Error occurred while evaluating listener callback. > In specgraph.contourgroup.contourgroup at 19 In contourf at 79 No appropriate method, property, or field initialized for class specgraph.contourgroup.
Error in specgraph.contourgroup/schema>LdoModeSwitchAction (line 195) if strcmp(get(h,modeprop),'auto') && h.initialized
Warning: Error occurred while evaluating listener callback. > In specgraph.contourgroup.contourgroup at 19 In contourf at 79 No appropriate method, property, or field initialized for class specgraph.contourgroup.
Error in specgraph.contourgroup/schema>LdoModeSwitchAction (line 195) if strcmp(get(h,modeprop),'auto') && h.initialized
Warning: Error occurred while evaluating listener callback. > In specgraph.contourgroup.contourgroup at 19 In contourf at 79 No public field initialized exists for class specgraph.contourgroup.
Error in specgraph.contourgroup (line 20) h.initialized = 1;
Error in contourf (line 79) h = specgraph.contourgroup('Parent', parax, 'Fill', 'on', ...
【问题讨论】: