필터 지우기
필터 지우기

Simple line to XML format.

조회 수: 2 (최근 30일)
Davide Cerra
Davide Cerra 2020년 5월 18일
댓글: Fangjun Jiang 2020년 5월 18일
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
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개)

카테고리

Help CenterFile Exchange에서 Structured Data and XML Documents에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by