How can I programmatically set uigetfiles() display mode and file sort order?
I use Matlab 2023b to create applications in Linux and Windows. The function uigetfiles() default behavior in Windows is to display files w/details, in reverse chronological order, which is what I want. Conversely, in Linux, it displays the same files as a list in chronological order. Users can use the UI tools to change default characteristics, but I’d like to set them programatically before the UI is displayed. Is there a way to control the display mode (icon, list, detail) and file order (alphabetical, chronological, etc?), or is there an alternative function that does this?I use Matlab 2023b to create applications in Linux and Windows. The function uigetfiles() default behavior in Windows is to display files w/details, in reverse chronological order, which is what I want. Conversely, in Linux, it displays the same files as a list in chronological order. Users can use the UI tools to change default characteristics, but I’d like to set them programatically before the UI is displayed. Is there a way to control the display mode (icon, list, detail) and file order (alphabetical, chronological, etc?), or is there an alternative function that does this? I use Matlab 2023b to create applications in Linux and Windows. The function uigetfiles() default behavior in Windows is to display files w/details, in reverse chronological order, which is what I want. Conversely, in Linux, it displays the same files as a list in chronological order. Users can use the UI tools to change default characteristics, but I’d like to set them programatically before the UI is displayed. Is there a way to control the display mode (icon, list, detail) and file order (alphabetical, chronological, etc?), or is there an alternative function that does this? display mode, sort order, uigetfile MATLAB Answers — New Questions