Simple line to XML format.

1 回表示 (過去 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 件のコメント
Walter Roberson
Walter Roberson 2020 年 5 月 18 日
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 Center および File ExchangeStructured 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