matlab - Saving data in MAT format in C# -
i need save data in c#.net , access them matlab further process. there way create .mat file in c#?
the data trying save 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>
have @ csmatio. not perfect usable. latest version here: https://sourceforge.net/projects/csmatio/
discuss here: http://www.mathworks.com/matlabcentral/fileexchange/16319
Comments
Post a Comment