Hallo,
ich habe Matlab R2013b auf Matlab R2016a upgedatet. Aufgrund dieses Updates tritt folgender Fehler beim abspeichern meiner Variablen auf.
Error using xmlwrite (line 82) Java exception occurred: java.lang.NullPointerException
at com.mathworks.xml.XMLUtils.serializeXML(XMLUtils.java:192)
at com.mathworks.xml.XMLUtils.serializeXML(XMLUtils.java:49)
Error in struct2xml (line 77) xmlwrite(file,docNode);
Error in SettingsStore/saveSettings (line 77) struct2xml(settings2struct(obj.store), path);
Error in GUI_Moving_Mirror/CloseRequestFcn (line 447) system.saveSettings();
Error while evaluating DestroyedObject CloseRequestFcn
Wodran kann es liegen, dass Matlab die vorhandenen Variablen nicht mehr in die settings.xml schreiben kann?
Java Versionen: Vorher Matlab R2013b java 1.7.0_11-b21 64-Bit Aktuell Matlab R2016a java 1.7.0_60-b19 64-Bit

댓글 수: 1

Jan
Jan 2017년 1월 20일
What does "beim Abpeichern meiner Variablen" (at saving my variables) exactly mean? Where and how do you save what?

댓글을 달려면 로그인하십시오.

답변 (1개)

Jan
Jan 2017년 1월 20일

0 개 추천

Does the code from the help section work? https://www.mathworks.com/help/matlab/ref/xmlwrite.html

카테고리

질문:

2017년 1월 19일

댓글:

Jan
2017년 1월 20일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by