From: Putrisia Hendra on 4 Aug 2010 23:51 any one can help me do this????
From: TideMan on 5 Aug 2010 00:15 On Aug 5, 3:51 pm, "Putrisia Hendra " <putrisiaza...(a)gmail.com> wrote: > any one can help me do this???? Have you read the data from the .txt file into Matlab yet? If so, you can write them to a .mat file using save: save('MyEEGData') and retrieve them using load: load('MyEEGData')
From: Walter Roberson on 5 Aug 2010 00:29 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.
From: Putrisia Hendra on 5 Aug 2010 04:04 "Putrisia Hendra " <putrisiazahra(a)gmail.com> wrote in message <i3dcf8$ip$1(a)fred.mathworks.com>... > any one can help me do this???? i have try it.. it's done..! Thank You so Much..
|
Pages: 1 Prev: How Convert TXT data format to MAT data format Next: how to compare elements in cell array? |