how to load multiple mat files which has file names in 'YYYYMMDD.mat' file format?

1 view (last 30 days)
how to load multiple mat files which has file names in 'YYYYMMDD.mat' file format?

Accepted Answer

Sambit Supriya Dash
Sambit Supriya Dash on 29 Oct 2021
load YYYYMMDD.mat
Date = datetime(YYYYMMDD,'ConvertFrom','yyyymmdd');

More Answers (0)

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!