Sort the dir loaded files

5 visualizzazioni (ultimi 30 giorni)
Zeynab Mousavikhamene
Zeynab Mousavikhamene il 2 Nov 2019
Risposto: Stephen23 il 2 Nov 2019
I am using
imagefiles = dir(fullfile(d, '*.jpg'));
to get the jpg images in a folder that are named numerically like 1.jpg, 2.jpg, ...
I noticed that they are not loaded with their order like 1.jpg, 2.jpg, 3.jpg, ... and they are just randomly loaded like 1.jpg, 10.jpg, 2.jpg, ...
How can I load them with an order

Risposta accettata

Walter Roberson
Walter Roberson il 2 Nov 2019
Construct the file names instead of reading them.
Or construct better file names when you write them -- use leading 0's in the name.
Or look in the File Exchange for "Natural Directory Sort"

Più risposte (1)

Stephen23
Stephen23 il 2 Nov 2019
Download my FEX submission natsortfiles and follow the examples in its documentation:

Categorie

Scopri di più su File Operations in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by