Why is the result of xmlread null?

24 views (last 30 days)
Zeynab Mousavikhamene
Zeynab Mousavikhamene on 27 Sep 2019
Edited: Youngju Kim on 18 Mar 2022
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.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!