displaying images in random order using 'imread' function
古いコメントを表示
I'd like to write a program that displays these images I've attached to this post in random order. I know how to use the function imread to display these images, but I'm not sure how to write a program that displays them in a random order.
I think possibly utilizing a loop may help but I can't figure it out.
imread('brain-lateral.png');
imread('download.jpeg');
imread('brainlobesanatomy.jpeg');
imread('download2.jpeg');
Thanks
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Timing and presenting 2D and 3D stimuli についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!