too many input arguments in my imshow statement.

1 回表示 (過去 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 Center および File ExchangeBlue についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by