.DAT to .MAT

Thread Starter

RLC

Joined Jul 20, 2011
13
I want to convert .dat file of Matlab to .mat file in Matlab

can u suggest the steps or is there any software available??

.dat file contains my 1-D ECG signal



its urgent
ASAP
 

samin

Joined Oct 14, 2011
32
Basically, you need to read in your dat file into variables in MATLAB, then use the MATLAB command save() to save it out again in a mat formatted file.

Regards,
 
Top