Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

can matlab record the order of files i choosed one after another

1 visualizzazione (ultimi 30 giorni)
Roger
Roger il 13 Mag 2015
Chiuso: Roger il 5 Set 2016
i want to subplot them and ordered by the sequence one after another,
  2 Commenti
Image Analyst
Image Analyst il 13 Mag 2015
How did you choose them? If it's from a multi-selection "File open" generic type of system dialog box, then no. But if it's from your own listbox on your own GUI, then yes, you can record the order in which they're clicked on.
Guillaume
Guillaume il 13 Mag 2015
To add to Image Analyst's comment, giving the order the user click on items in "File Open" dialog any kind of meaning would be a very poor user experience. What if you realise near the end that you've forgotten one file? You have to start from scratch.
Letting the user drag and reorder the files into a listbox is a much better user interface and it's trivial to get the file order from the listbox content (it's simply the order they are in).

Risposte (0)

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by