display image imread imshow

조회 수: 3 (최근 30일)
Dija
Dija 2015년 5월 5일
댓글: Dija 2015년 5월 6일
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에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by