2014-12-06 4 views
0

Я недавно столкнулся с этой ошибкой при обновлении до ubuntu 14.04 64bit. Я не понимаю, что происходит. Подозрение ошибки PATH/LIBRARY и т. Д. Подобное случается при попытке загрузить программы, которые я использовал с MCR. В чем может быть проблема? Эти ошибки являются общими, но все они в то же время трудно найти ответ. Заранее спасибо.Ошибка при загрузке контура

когда я использую

Z = пики (20); >> contourf (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', ... 

ответ

0

Попробуйте восстановить MATLAB на пути поиска по умолчанию с помощью:

>>restoredefaultpath; 
>>rehash toolboxcache; 

Попробуйте использовать contourf прямо сейчас. Если он работает, сохраните настройки пути, с помощью:

>>savepath; 

Вам нужно будет добавлять пользовательские папки обратно в пути MATLAB самостоятельно, так как это будет восстановить MATLAB его параметры пути по умолчанию.

+0

К сожалению, к сожалению. Я не понимаю, что сделал чистую установку, а также в папке по умолчанию/usr/local/MATLAB. Я не понимаю. Возможно ли, что я делаю что-то неправильно в установке? Это было довольно просто – Caglar

 Смежные вопросы

  • Нет связанных вопросов^_^