code to choose an image from a folder
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Shweta Naiskar
el 15 de Mzo. de 2017
Comentada: Shweta Naiskar
el 15 de Mzo. de 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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!