필터 지우기
필터 지우기

too many input arguments in my imshow statement.

조회 수: 3 (최근 30일)
Sattik Basu
Sattik Basu 2017년 11월 26일
답변: Walter Roberson 2017년 11월 26일
it works fine before the jet is added to the statement. Do i have to call it separately, and if so, how?
imshow(P,[],jet,'InitialMagnification',2000)

답변 (2개)

Sattik Basu
Sattik Basu 2017년 11월 26일
i have received the answer to this thanks to Walter Robinson. just added the following lines after the imshow command.
imagesc(P)
colormap(jet)
  댓글 수: 1
kowshik Thopalli
kowshik Thopalli 2017년 11월 26일
This works too
imshow(a,jet,'DisplayRange' ,[],'InitialMagnification',20)

댓글을 달려면 로그인하십시오.


Walter Roberson
Walter Roberson 2017년 11월 26일
imshow(P, jet, 'DisplayRange', [], 'InitialMagnification', 2000)

카테고리

Help CenterFile Exchange에서 Display Image에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by