Algorithm that asks the user to insert 20 different images

1 visualización (últimos 30 días)
Tarek Hajj Shehadi
Tarek Hajj Shehadi el 26 de Sept. de 2021
Comentada: Rik el 28 de Sept. de 2021
I am working on a long program and in this algorithm I want to ask the user on the command window to input 20 different images. How could this be achieved? I hope for some help and thank you very much :)
  4 comentarios
Tarek Hajj Shehadi
Tarek Hajj Shehadi el 26 de Sept. de 2021
Thank you very much!, One more question after loading the image using multiselect mode for uigetfile() . How can I identify each image on matlab and work on it?
Rik
Rik el 26 de Sept. de 2021
That function will return a list of file names. You need to load them. If you're working with normal images imread will do.

Iniciar sesión para comentar.

Respuesta aceptada

yanqi liu
yanqi liu el 28 de Sept. de 2021
on the command window to input 20 different images
sir,may be use cell to include the 20 image matrix
  1 comentario
Rik
Rik el 28 de Sept. de 2021
How exactly does this answer the question? It is unclear to me what advice you are giving. It sounds to me like you are actually asking a question.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by