"zengiz" <ravi.hazar...@gmail.com> wrote in messagenews:1166440085.913711.184910@f1g2000cwa.googlegroups.com...
i would like to knw about the conversion of . MAT data files to .DAT
files.MATLAB have header format ,which is required to be read for the
conversion.suggestions are required for C code to read this header
format and also suggestions required for the conversion of . MAT data
files to .DAT files.If you have the most recent version of MATLAB, look at the "Importing and
Exporting Data" chapter in the External Interfaces documentation:
http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/
If you have an older version, you should look at the version of this
documentation included with your version of MATLAB. I don't know if or how
this documentation or functionality changed in recent versions.
Since as far as I know DAT files are not a standard format, you're on your
own when it comes to writing the code to write those files -- it'll need to
be specific to how you want to format your DAT files.
--
Steve Lord
s...@mathworks.com