drop down for imread
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
%I want to add the drop down menu option with imread to read the different images in a folder. How can i do it
0 comentarios
Respuestas (1)
Benjamin Thompson
el 24 de En. de 2022
I do not see that option available. But if you call uiopen to let the user select an image and pass their selection as the input to imread, it should let you do it.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!