what is the difference between readtable () and datastore() ?
5 views (last 30 days)
Show older comments
Naveen kumar koritala
on 29 Jun 2021
Answered: Mohammad Sami
on 29 Jun 2021
upto my knowledge both these commands are used for data import. i want to know the difference between these two. help me
0 Comments
Accepted Answer
Mohammad Sami
on 29 Jun 2021
readtable is meant for reading a single file. Datastore are designed for reading multiple files of the same data format. They are used when your big data is split across many smaller files. Under the hood the datastore might use readtable to read the individual files.
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!