display image imread imshow

6 vues (au cours des 30 derniers jours)
Dija
Dija le 5 Mai 2015
Commenté : Dija le 6 Mai 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

Réponse acceptée

Christiaan
Christiaan le 6 Mai 2015
Dear Dija,
You can find the answer here.
Kind regards, Christiaan
  1 commentaire
Dija
Dija le 6 Mai 2015
Thank you

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by