Is there a way to save dataset?
4 views (last 30 days)
Show older comments
Hi, I have a CVC file dataset consists of 100.000 x 173 data. Reading it takes 13 minutes on my macbook pro (8gb ram). I read it in a table like
dataset = readtable('tourn_1_calibration_csv.csv');
Is there a way to save it in Matlab, and use it afterwards without being need to read again? Thank you.
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!