how to select image from a particular folder
Show older comments
i wanted to select an image from a folder named dataset....
[filename pathname]=uigetfile('*.tif','Select An Image');
when i do so, i have to select the Dataset folder and then the image from it.... what shud i do so that on execution itself the images will be displayed so that i neednt select on Dataset folder and then images
Accepted Answer
More Answers (1)
Said Akram Anwarzai
on 24 Apr 2020
0 votes
[filename pathname]=uigetfile('*.tif','Select An Image');
Categories
Find more on Image Arithmetic 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!