You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,6 @@
1
-
This small mex function converts an XML file into a MATLAB structure.
2
-
It can parse any general XML file and with a proper mark-up and strucure,
3
-
It can additionally read general n-dimensional arrays.
1
+
This small mex function converts an XML file into a MATLAB structure. It can parse any general XML file and with a proper mark-up and structure, it can additionally read general *N*-dimensional arrays.
4
2
5
-
For compilation of the C++ mex file, run `make BOOST=<path>` where `<path>` is
6
-
a path to the Boost library include files.
7
-
8
-
**TODO**: Remove Boost dependency. It's here because of a single string function and absolutely should be gone.
3
+
To build the mex file, run `make`. A compiler supporting C++11 is required.
9
4
10
5
To run a test and see how `test.xml` gets converted, run `make test`. It should
0 commit comments