|
|
Save Matrix as XML in Matlab
Posted:
Aug 11, 2012 9:14 AM
|
|
Hello,
I have a Matrix and i need to save it to xml.
My problem is, that i need to make some adjustements.
I want the first colum to be the DOM and the other ones to be the child.
For example: 1 23 24 25 26 27 27 ; 2 34 35 34 34 34 34 ; 1 23 34 34 34 34 34 ;
Now i need it to be like this: <1> <d>23</d> <l>24</l> etc. </1> <2> <d>34</d> <l>35</l> etc. </2>
etc.
Can somebody held me with this problem? I don't know how to choose the columns
|
|