too many input arguments in my imshow statement.
Show older comments
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)
Answers (2)
Sattik Basu
on 26 Nov 2017
0 votes
1 Comment
kowshik Thopalli
on 26 Nov 2017
This works too
imshow(a,jet,'DisplayRange' ,[],'InitialMagnification',20)
Walter Roberson
on 26 Nov 2017
imshow(P, jet, 'DisplayRange', [], 'InitialMagnification', 2000)
Categories
Find more on Red in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!