I need to save some data in C#.NET and then access them with MATLAB for further process. Is there a way to create the .mat file in C#?
The data I am trying to save are as follows in xml format:
<HandData>
<HandPoint X="0" Y="0" Z="954.1804" />
<Handrectangle X="-70" Y="-70" Width="140" Height="140" />
<Skeleton>
<Line X="-25" Y="-3" />
<Line X="-24" Y="-2" />
....
</Skeleton>
</HandData>