Question: How to Read multiple CSV tables?

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 件のコメント

Turlough Hughes
Turlough Hughes 2019 年 12 月 2 日
Hey Murilo,
It would be worth posting one of the logs, assuming they are formatted the same, otherwise you should post a few logs (best include as an attachement in the original post if they are not too big). Also, are all the logs in the same folder and how do their names change? Presumably it goes something like this:
sess0(n)_log001_sensor_accel_1
sess0(n)_log002_sensor_accel_1
sess0(n)_log003_sensor_accel_1
? If you answer the above then you are much more likely to get an answer.
Murilo Andrade
Murilo Andrade 2019 年 12 月 2 日
Hi,
thanks for your help!
My files are named as shown below:
question.jpg
Turlough Hughes
Turlough Hughes 2019 年 12 月 2 日
Can you provide a sample file?

サインインしてコメントする。

回答 (1 件)

Sean de Wolski
Sean de Wolski 2019 年 12 月 2 日

1 投票

ds = datastore('sess*')
% Manipulate properties of datastore as necessary (variable names, types, selected)
T = readall(ds)

カテゴリ

ヘルプ センター および File ExchangeData Import and Analysis についてさらに検索

質問済み:

2019 年 12 月 2 日

回答済み:

2019 年 12 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by