Problem 42617. List of built-in demo images
Return a cell array containing the filenames for built-in images (e.g. cameraman.tif, coins.png). An optional input specifies what type(s) of files to look for. If no such files exist, return an empty cell array.
EDIT: The output should be sorted in alphabetical order.
Solution Stats
Problem Comments
-
9 Comments
Show
6 older comments
squid
on 29 Nov 2023
good problem!
Richard Zapor
on 11 Jun 2024
The current demo images can be found using
cd (matlabroot)
cd toolbox/images/imdata
dir
Richard Zapor
on 11 Jun 2024
Oddly using
cd (fullfile(matlabroot,'toolbox/images/imdata/'))
gives a demo dir that includes cameraman.tif
With a few manipulations the expected results can be created.
Solution Comments
Show commentsProblem Recent Solvers11
Suggested Problems
-
6326 Solvers
-
Find the alphabetic word product
3380 Solvers
-
306 Solvers
-
161 Solvers
-
Remove the two elements next to NaN value
661 Solvers
More from this Author44
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!