Why is the result of xmlread null?
20 次查看(过去 30 天)
显示 更早的评论
I am using this command to read xml file:
DOMnode = xmlread('parameter.xml');
but it returns null. I need to change some values from this xml file but it does not return anything.
The orignal parameter. xml has value like:
<variable id="MIG" value="3" description="Change in MIG" />
Any help is appreciated.
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!