How can I convert .out into .mat?
Show older comments
I have the data in the form of .out files but MATLAB cannot read them. How do I convert these files into .mat so that MATLAB can process them?
Thanks!
Answers (1)
Chad Greene
on 16 Jun 2016
0 votes
6 Comments
Tra Nguyen
on 17 Jun 2016
Edited: Tra Nguyen
on 17 Jun 2016
per isakson
on 17 Jun 2016
Edited: per isakson
on 17 Jun 2016
If the files are not too many, try Import Data

 
Yes, textscan will most likely read your files. However, cvsread and dlmread will probably also do it. They might be easier to use.
Haya A
on 6 Nov 2018
I have the same problem. I need to read an .out file, which is a text file, but the file is too big to open. I couldn't also import it because of the size, it takes a lot of time to open it and didn't success.
do you have any idea how to solve that??
Stephen23
on 6 Nov 2018
@Haya A: use a datastore:
Tra Nguyen
on 6 Nov 2018
Walter Roberson
on 6 Nov 2018
Can you attach a sample of the beginning of the .out file so we can see what it looks like? You will need to use an extension such as .txt, or else you will need to zip the .out and attach the zip.
Categories
Find more on Large Files and Big Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!