code to choose an image from a folder
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Shweta Naiskar
am 15 Mär. 2017
Kommentiert: Shweta Naiskar
am 15 Mär. 2017
hello i tried the following code
path = 'c:\users\userName\my documents\matlab';
filter = '*.bmp';
selectedFile = uigetfile(fullfile(path , filter));
imshow(selectedFile)
iam not able to display the image. please help.
thank you
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!