Undefined function for input arguments of type 'double'
Publicado por Nicolás (2 intervenciones) el 27/04/2014 00:15:11
IC = imread('mystic_eye-1920x1200.jpg');
>> imshow(IC)
Undefined function 'imshow' for input arguments of type 'uint8'.
¿Soluciones?
>> imshow(IC)
Undefined function 'imshow' for input arguments of type 'uint8'.
¿Soluciones?
Valora esta pregunta


0