How to import big data files
You are now following this question
- You will see updates in your followed content feed.
- You may receive emails, depending on your communication preferences.
An Error Occurred
Unable to complete the action because of changes made to the page. Reload the page to see its updated state.
0 votes
Share a link to this question
2 Comments
Share a link to this comment
Share a link to this comment
Accepted Answer
0 votes
Share a link to this answer
- How many columns are there?
- How much RAM do you have?
- If it's pure numerical data try load -ascii otherwise textscan they are faster.
14 Comments
Share a link to this comment
Share a link to this comment
Share a link to this comment
- 8GB should be enough - I assume you don't run a bunch of other programs at the same time
- The file doesn't have hundreds of columns - I assume
- With more than something like 25 columns you might try to read to single-precision or integers rather than double (is default) with textscan
Share a link to this comment
Share a link to this comment
Share a link to this comment
- See Large Files and Big Data, that's a starting point. However, I think it is overkill.
- I'm convinced textscan will do the job without problems. Did you try? What happend?
- Does the file consists of a few headerlines and five columns of numerical data? Can you show the first ten rows of the file?
- Do you need all the data in memory simultaneously to work efficiently with it.
Share a link to this comment
- what's in the columns?
- how much RAM?
Share a link to this comment
Share a link to this comment
Share a link to this comment
More Answers (0)
Categories
Find more on Standard File Formats in Help Center and File Exchange
Tags
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)