How to access .jpg files from a folder and save names of .jpg files
1 view (last 30 days)
Show older comments
I need to access a folder that contains multiple jpeg files. I now the name of the folder, but the jpeg files are randomly named so I need to find a way to figure out the names of the files so I can open them.
Thanks ahead for the help
1 Comment
Stephen23
on 21 Mar 2018
How to access files in a loop is explained in the MATLAB documentation:
Alternatively you can get the user to select the filenames, e.g.:
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!