Question: How to Read multiple CSV tables?

2 visualizaciones (últimos 30 días)
Murilo Andrade
Murilo Andrade el 2 de Dic. de 2019
Respondida: Sean de Wolski el 2 de Dic. de 2019
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 comentarios
Murilo Andrade
Murilo Andrade el 2 de Dic. de 2019
Hi,
thanks for your help!
My files are named as shown below:
question.jpg
Turlough Hughes
Turlough Hughes el 2 de Dic. de 2019
Can you provide a sample file?

Iniciar sesión para comentar.

Respuestas (1)

Sean de Wolski
Sean de Wolski el 2 de Dic. de 2019
ds = datastore('sess*')
% Manipulate properties of datastore as necessary (variable names, types, selected)
T = readall(ds)

Categorías

Más información sobre Tables en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by