file ordered by the sequence mouse selecting
3 views (last 30 days)
Show older comments
there r several files ,for example,b.txt, c.txt , e.txt, a.txt;
i want to order them by the mouse selecting sequence.
first select c.txt, then a.txt, then e.txt, then b.txt then the order is c -> a->e-> b,
but i use uigetfile then they are not ordered by what i want.
are there any ways ?
Answers (1)
Jan
on 13 May 2015
uigetfile does not reply the files in the order you select them. So you have to call uigetfile with selecting 1 file each time until the user hits cancel.
See Also
Categories
Find more on Dialog Boxes 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!