Figures saving in partial gray-scale

14 visualizaciones (últimos 30 días)
Kate
Kate el 24 de En. de 2013
I am using the following command to create an animated gif
imwrite(im,map,'TestMovie.gif','DelayTime',0,'LoopCount',1)
Although the graphic looks correct on the screen within Matlab, when I open the test movie, some (not all) of the colors turned to gray. The animated gif only shows red, yellow, blue and gray.
I have also had this problem happen before when using the print -depsc2 command with contoured figures. Although the plot itself looks correct, the colorbar is incorrect and only shows red, blue, yellow, and gray.
Does anyone know what the problem is and how to fix it?
Any help would be appreciated.
Thanks
  2 comentarios
Walter Roberson
Walter Roberson el 24 de En. de 2013
What are you passing in for "map" ?
Kate
Kate el 25 de En. de 2013
I get the variable "map" from the following lines:
set(gca,'nextplot','replacechildren','visible','on') f = getframe(gcf); [im,map] = rgb2ind(f.cdata,256,'nodither');
It looks like it's saving map as a 12x3 matrix, even though my colormap is a much larger matrix (around 100x3).

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Color and Styling 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