Figures saving in partial gray-scale

14 visualizzazioni (ultimi 30 giorni)
Kate
Kate il 24 Gen 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 Commenti
Walter Roberson
Walter Roberson il 24 Gen 2013
What are you passing in for "map" ?
Kate
Kate il 25 Gen 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).

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Color and Styling in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by