Info

此问题已关闭。 请重新打开它进行编辑或回答。

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

1 次查看(过去 30 天)
i want to subplot them and ordered by the sequence one after another,
  2 个评论
Image Analyst
Image Analyst 2015-5-13
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 2015-5-13
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).

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by