Multiple Color Maps in Matlab
(Sep 30, 2006)
Today, I got an email from Prob asking if we can use multiple color maps in a single image with multiple objects. The answer is yes, but we need to make sure that every plot in an image must belong to different handle. To ensure this, we can just save different handlers every time when we make a plot. Details are provided in Example 3 at http://www.mathworks.com/support/tech-notes/1200/1215.html.
(Sep 30, 2006)
Today, I got an email from Prob asking if we can use multiple color maps in a single image with multiple objects. The answer is yes, but we need to make sure that every plot in an image must belong to different handle. To ensure this, we can just save different handlers every time when we make a plot. Details are provided in Example 3 at http://www.mathworks.com/support/tech-notes/1200/1215.html.
0 Comments:
Post a Comment
<< Home