Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
Roger
Roger 2015년 5월 13일
마감: Roger 2016년 9월 5일
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