how to load multiple mat files which has file names in 'YYYYMMDD.mat' file format?
10 views (last 30 days)
Show older comments
how to load multiple mat files which has file names in 'YYYYMMDD.mat' file format?
0 Comments
Accepted Answer
Sambit Supriya Dash
on 29 Oct 2021
load YYYYMMDD.mat
Date = datetime(YYYYMMDD,'ConvertFrom','yyyymmdd');
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!