what is the difference between readtable () and datastore() ?

upto my knowledge both these commands are used for data import. i want to know the difference between these two. help me

 Réponse acceptée

Mohammad Sami
Mohammad Sami le 29 Juin 2021

0 votes

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.

Plus de réponses (1)

Anupama
Anupama le 23 Fév 2023

0 votes

With readtable, you have to change file name everytime you run the script and select a new file for analysis with the same script but with datastore, you can use uiget function to select any file (or a new file everytime you run the script) and it will be read (without you having to worry about manually updating the file name.

Catégories

En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange

Produits

Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by