Re: conversion of .MAT data files to .DAT files
- From: "Steven Lord" <slord@xxxxxxxxxxxxx>
- Date: Mon, 18 Dec 2006 09:36:34 -0500
"zengiz" <ravi.hazarika@xxxxxxxxx> wrote in message
news:1166440085.913711.184910@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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
slord@xxxxxxxxxxxxx
.
- Follow-Ups:
- Re: conversion of .MAT data files to .DAT files
- From: zengiz
- Re: conversion of .MAT data files to .DAT files
- References:
- conversion of .MAT data files to .DAT files
- From: zengiz
- conversion of .MAT data files to .DAT files
- Prev by Date: Re: conversion of .MAT data files to .DAT files
- Next by Date: Re: At now, i have finished some simulation in 2D mesh by finite element method, and i have calculated the error indicator of each element in the mesh, and i want to express this result in a grah which can visual the different error indicators will be colored differently. Can someone give me some suggestions or guides to solve this problems, the tools is very welcome. thanks. How to visual the 2D triangulation mesh with different color in each triangle
- Previous by thread: Re: conversion of .MAT data files to .DAT files
- Next by thread: Re: conversion of .MAT data files to .DAT files
- Index(es):
Relevant Pages
|