too many input arguments in my imshow statement.

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일

0 개 추천

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

This works too
imshow(a,jet,'DisplayRange' ,[],'InitialMagnification',20)

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

Walter Roberson
Walter Roberson 2017년 11월 26일

0 개 추천

imshow(P, jet, 'DisplayRange', [], 'InitialMagnification', 2000)

카테고리

도움말 센터File Exchange에서 Red에 대해 자세히 알아보기

질문:

2017년 11월 26일

답변:

2017년 11월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by