Borrar filtros
Borrar filtros

too many input arguments in my imshow statement.

3 visualizaciones (últimos 30 días)
Sattik Basu
Sattik Basu el 26 de Nov. de 2017
Respondida: Walter Roberson el 26 de Nov. de 2017
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)

Respuestas (2)

Sattik Basu
Sattik Basu el 26 de Nov. de 2017
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 comentario
kowshik Thopalli
kowshik Thopalli el 26 de Nov. de 2017
This works too
imshow(a,jet,'DisplayRange' ,[],'InitialMagnification',20)

Iniciar sesión para comentar.


Walter Roberson
Walter Roberson el 26 de Nov. de 2017
imshow(P, jet, 'DisplayRange', [], 'InitialMagnification', 2000)

Categorías

Más información sobre Display Image en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by