too many input arguments in my imshow statement.
Afficher commentaires plus anciens
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)
Réponses (2)
Sattik Basu
le 26 Nov 2017
0 votes
1 commentaire
kowshik Thopalli
le 26 Nov 2017
This works too
imshow(a,jet,'DisplayRange' ,[],'InitialMagnification',20)
Walter Roberson
le 26 Nov 2017
imshow(P, jet, 'DisplayRange', [], 'InitialMagnification', 2000)
Catégories
En savoir plus sur Red dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!