Question: How to Read multiple CSV tables?

2 次查看(过去 30 天)
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 个评论
Murilo Andrade
Murilo Andrade 2019-12-2
Hi,
thanks for your help!
My files are named as shown below:
question.jpg

请先登录,再进行评论。

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by