I face the error "Too many input arguments." Please help me

6 ビュー (過去 30 日間)
Pritha
Pritha 2013 年 2 月 2 日
myImage1 = imread('pout.tif');
myImage2 = imadjust(myImage1, [0.2, 0.8], [0, 1]);
imshow(myImage1);
imshow(myImage2);
  1 件のコメント
Daniell Algar
Daniell Algar 2013 年 2 月 2 日
It would help if you posted the error, off course...

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

回答 (1 件)

Daniell Algar
Daniell Algar 2013 年 2 月 2 日
Well, those lines looks fine to me. It's probably other line's who's raising the error.

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by