display image imread imshow

5 次查看(过去 30 天)
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

采纳的回答

Christiaan
Christiaan 2015-5-6
Dear Dija,
You can find the answer here.
Kind regards, Christiaan

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by