display image imread imshow
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Dija
el 5 de Mayo de 2015
Comentada: Dija
el 6 de Mayo de 2015
i want to display an image in a figure i wrote this code A=imread('lena.jpg') imshow('lena.jpg')
but i have this error
Attempt to call constructor image with incorrect letter case.
Error in basicImageDisplay (line 24) hh = image(cdata, ...
Error in imshow (line 266) hh = basicImageDisplay(fig_handle,ax_handle,...
Error in IMG (line 2) imshow('lena.jpg')
can anyone help me please
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!