How to open an Aethalometer data of .dat format in loop

1 次查看(过去 30 天)
I have attached the file herewith
I am unable to open and plot the data. I have multiple such files for continuous dates. I want to plot a time series plot with all the data, by doing hourly average for all files.

回答(1 个)

Shaik mohammed ghouse basha
I can open the file in matlab online by uploading file online and using the command
T = readtable("/MATLAB Drive/AE33_AE33-S09-01210_20230329.dat")
This shows the table too. Maybe you can use this command to get data into a table then perform plot after doing your required operations.
For my information on how to use readtable go throught the documentation of:

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by