Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
AMIT SINGH CHANDEL
AMIT SINGH CHANDEL le 31 Mai 2023
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.

Réponses (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:

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by