R Thread Starter RLC Joined Jul 20, 2011 13 Oct 20, 2011 #1 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
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
S samin Joined Oct 14, 2011 32 Oct 21, 2011 #2 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,
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,