How to load multiple mat file in sequence without natsortfiles?
58 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
taimour sadiq
el 24 de Dic. de 2024 a las 8:23
if three files in my directory file1.mat file2.mat & file13.mat
when i load it load in sequence
file1.mat
file13.mat
file.2mat
> Sort function not working for me
https://www.mathworks.com/matlabcentral/answers/2037626-how-to-load-all-mat-files-in-the-filenumber-wise-sequentially
1 comentario
Stephen23
el 24 de Dic. de 2024 a las 8:37
Editada: Stephen23
el 24 de Dic. de 2024 a las 8:57
"Sort function not working for me"
Did you download NATSORTFILES from here?:
Did you unzip it onto the MATLAB Search Path? (e.g. into the current directory)
Do you get an error message? If so, what is the complete error message?
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!