Simple line to XML format.

3 visualizzazioni (ultimi 30 giorni)
Davide Cerra
Davide Cerra il 18 Mag 2020
Commentato: Fangjun Jiang il 18 Mag 2020
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 Commenti
Fangjun Jiang
Fangjun Jiang il 18 Mag 2020
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?

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su File Operations in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by