too many input arguments in my imshow statement.

1 次查看(过去 30 天)
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)

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