Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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.

Risposte (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:

Categorie

Scopri di più su Loops and Conditional Statements in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by