display image imread imshow

8 ビュー (過去 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
  1 件のコメント
Dija
Dija 2015 年 5 月 6 日
Thank you

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by