how to load multiple mat files which has file names in 'YYYYMMDD.mat' file format?
    5 views (last 30 days)
  
       Show older comments
    
    Suresh R
 on 29 Oct 2021
  
    
    
    
    
    Answered: Sambit Supriya Dash
      
 on 29 Oct 2021
            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
Categories
				Find more on Workspace Variables and MAT Files 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!