Simple line to XML format.
조회 수: 1 (최근 30일)
이전 댓글 표시
Dear Matlab users,
i'm trying to create a simple XML file from a line given by two points.
x(1)=1;
y(1)=1;
x(2)=1;
y(2)=5;
xmlwrite('line',....)
can you help me with this?
Regards
댓글 수: 2
Fangjun Jiang
2020년 5월 18일
You need to define the "format" of the xml file first. What would your desired xml file look like if you write it down manually in Notepad?
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!