Hello!
Im trying to import a series of files and pair them with some other data that i've got.
The problem is that the order in which the data is being imported is incorrect.
i use the code:
filePattern2 = fullfile(myFolder, 'run_*.hdf5');
theFiles2 = dir(filePattern2);
which makes this order:
i would like the numbers to to be in order so:
Run_1
Run_2
...
Run_20
Any simpel way to make this happen?
Thanks in advance!
댓글 수: 0
댓글을 달려면 로그인하십시오.