How to show all jpg images saved in MATLAB folder?
25 views (last 30 days)
Show older comments
storedStructure = dir('*.jpg')
How should I proceed?
Accepted Answer
More Answers (3)
Bjorn Gustavsson
on 1 Feb 2016
Perhaps one of the submissions creating thumbnails (into tables guis or the like) found on the file exchange does what you want: Thumbnaily submissions
0 Comments
Image Analyst
on 1 Feb 2016
This is answered in the second chunk of code in the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
0 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!