Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Error in matlab 13 but not in matlab 10 with respect to imshow

1 visualización (últimos 30 días)
Anoop
Anoop el 1 de Feb. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I am getting error as I shown please help me !!
  2 comentarios
Geoff Hayes
Geoff Hayes el 1 de Feb. de 2015
Anoop - what is I and what is N? Presumably the former is the image that you want to show, but what is the latter?
The error message is telling you that the inputs that you are using for the imshow function are no longer valid which may make sense given that there could have been some changes (to this function) from R2010a to R2013a.
Image Analyst
Image Analyst el 1 de Feb. de 2015
Release R2014b is version 8.4. What versions are you talking about with MATLAB 10 and 13? Give release numbers with the years in them.

Respuestas (1)

Jan
Jan el 2 de Feb. de 2015
The error message mentions this as failing command:
imshow('imageupload.jpg', handles.axes1);
So I guess this might work:
imshow('imageupload.jpg', 'Parent', handles.axes1);

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by