Using a UI slider to navigate through files in a folder
Ältere Kommentare anzeigen
I am using contourf to represent matrices visually. I have multiple matrices that I need to be able to access easily in my GUI window. My query was, is it possible to use the arrows of a UI slider to navigate through different contourf plots?
3 Kommentare
Adam
am 6 Mär. 2017
Yes. If you program all the code that is needed. A slider does what you tell it to beyond the simple act of moving along a specified range.
Aaron Smith
am 7 Mär. 2017
Adam
am 7 Mär. 2017
It depends entirely how large they are, how long they take to open, how many the user is likely to scroll through, etc.
It is an upfront cost in time and memory vs an on-demand cost. If you can store them all in memory and the upfront time is not a problem then certainly being able to scroll through things quickly is good.
But if you have 100 large files and the user is likely to only look at a couple then the time and memory taken loading them all in is clearly not warranted.
Antworten (0)
Kategorien
Mehr zu Contour Plots finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!