How to speed up writetable?

2 views (last 30 days)
magnus-matias
magnus-matias on 15 Dec 2014
Edited: magnus-matias on 15 Dec 2014
I have loaded a table M with the size of 4622641x7 cells.
I need to store it as a file, but only keep 3 out of 7 of the columns.
Is there a faster way than using the following command?
writetable(M(:,[1;4;7]),'myData.txt','Delimiter',' ');

Answers (0)

Categories

Find more on File Operations in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!