How to open an Aethalometer data of .dat format in loop
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
AMIT SINGH CHANDEL
am 31 Mai 2023
Beantwortet: Shaik mohammed ghouse basha
am 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.
0 Kommentare
Antworten (1)
Shaik mohammed ghouse basha
am 31 Mai 2023
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:
0 Kommentare
Siehe auch
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!