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
2017-11-26
0 个投票
1 个评论
kowshik Thopalli
2017-11-26
This works too
imshow(a,jet,'DisplayRange' ,[],'InitialMagnification',20)
Walter Roberson
2017-11-26
imshow(P, jet, 'DisplayRange', [], 'InitialMagnification', 2000)
类别
在 帮助中心 和 File Exchange 中查找有关 Red 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!