Clear Filters
Clear Filters

Import minutelly generated .csv and export as daily ones

1 view (last 30 days)
I have inside a folder minutely generated files (with format mm_dd_yy_HH_MM_ss.csv). How can I load them correctly in matlab in seperate variable and then create daily files (.csv)?

Answers (1)

Taylor
Taylor on 16 May 2024
Check out the Data Import Tool. Then you can use writetable to write to a CSV file.

Tags

Community Treasure Hunt

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

Start Hunting!