I face the error "Too many input arguments." Please help me
조회 수: 1 (최근 30일)
이전 댓글 표시
myImage1 = imread('pout.tif');
myImage2 = imadjust(myImage1, [0.2, 0.8], [0, 1]);
imshow(myImage1);
imshow(myImage2);
댓글 수: 1
답변 (1개)
Daniell Algar
2013년 2월 2일
Well, those lines looks fine to me. It's probably other line's who's raising the error.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!