Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
Jeff
Posts:
103
Registered:
11/22/09
|
|
Export Data from C to MATLAB
Posted:
Oct 28, 2012 10:21 PM
|
|
Someone please point me to the MAT-file interface and documentation.
I am trying to find the best way to export large amounts of long float data from C on a parallel cluster for use in Matlab (http://bit.ly/QPp4CI). I was referred to this thread (http://bit.ly/RfJu87), which wasn't any help but which referenced this document (http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/matfile_format.pdf) about the MAT-File formath, whcih implied there is a C library called the "Mat-file interface" which could do what I want.
I searched mathworks for "MAT-file interface", but did not receive any promising looking links (I investigated the first few links anyway, so I promise I tried to look!)
Two fold question: 1) Where is the MAT-file interface and documentation? 2) What is the best way to export boatloads of data from C into Matlab (the data is being generated a little at a time by an ODE solver).
Thank you.
|
|
|
|