Question: How to Read multiple CSV tables?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I have different log files and I'd like to read the tables at the same time. They're named as "sess0(n)_log001_sensor_accel_1". After this, I'd like to put them on array to plot different data.
Thank you.
Murilo.
3 commentaires
Réponses (1)
Sean de Wolski
le 2 Déc 2019
ds = datastore('sess*')
% Manipulate properties of datastore as necessary (variable names, types, selected)
T = readall(ds)
0 commentaires
Voir également
Catégories
En savoir plus sur Data Import and Analysis dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
