Is it possible to choose an image from outside of the directed folder in matlab?

2 views (last 30 days)
I’m working in image texture classification. I indicate a directory folder in my code. When I run the code it starts by opening the folder. But I can choose any image from any folder beside the directed folder. My code also gives me result/answer by classifiying the image. Is it possible? Is it happens for any error/ problem of my code?

Accepted Answer

Jan
Jan on 8 Jul 2013
Yes, it is possible to select a file from anywhere:
[fileName, pathName] = uigetfile('*.*')
Then you can navigate in the dialog to all available folders.
But I'm not sure, what "the directed folder" exactly is and if "my code gives result" is a part of the problem or not. What does "is it happens for any error" mean?

More Answers (0)

Categories

Find more on Images 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!