How do i randomly show the pictures i have in my array?
Show older comments
this is my code:
folder = 'F:\school\matlab\project\pictures\pictures alone'
filePattern = fullfile(folder, 'apple.jpg','condor.jpg','elephant.jpg',...
'Koala.jpg','orange.jpg','whale.jpg','Penguins.jpg');
i would like to use imshow() to show the pictures but i want it to show random pictures from the filePattern i declared above... can anyone please help me with this?
i am using matlab R2013a
Accepted Answer
More Answers (0)
Categories
Find more on Matrix Indexing 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!