|
|
Re: How Convert TXT data format to MAT data format
Posted:
Aug 5, 2010 12:29 AM
|
|
Putrisia Hendra wrote: > I have a EEG's data in txt format.. > but now, i want to convert it to mat data format > can i do that? > > this is because of Matlab can read more faster if the data i convert to > MAT data format
Although it would be theoretically possible to do the conversion outside of matlab, the amount of time it would take to write and debug the appropriate program would be completely unproductive. Just enter matlab and load the file; if you will need to load it again another time then it might be worth saving the contents as a MAT file.
|
|