how to load multiple mat files which has file names in 'YYYYMMDD.mat' file format?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Suresh R
el 29 de Oct. de 2021
Respondida: Sambit Supriya Dash
el 29 de Oct. de 2021
how to load multiple mat files which has file names in 'YYYYMMDD.mat' file format?
0 comentarios
Respuesta aceptada
Sambit Supriya Dash
el 29 de Oct. de 2021
load YYYYMMDD.mat
Date = datetime(YYYYMMDD,'ConvertFrom','yyyymmdd');
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Workspace Variables and MAT-Files en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!