<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Practical example: Algorithm development for making colormaps</title>
	<link>http://blogs.mathworks.com/pick/2007/11/15/practical-example-algorithm-development-for-making-colormaps/</link>
	<description>&#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=969735&#38;objectType=author"&#62;Bob&#60;/a&#62;, &#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1093599&#38;objectType=author"&#62;Brett&#60;/a&#62; &#38; &#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1094142&#38;objectType=author"&#62;Jiro&#60;/a&#62; share favorite user-contributed submissions from the File Exchange.</description>
	<pubDate>Sun, 08 Nov 2009 02:58:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Kika</title>
		<link>http://blogs.mathworks.com/pick/2007/11/15/practical-example-algorithm-development-for-making-colormaps/#comment-13189</link>
		<dc:creator>Kika</dc:creator>
		<pubDate>Fri, 26 Jun 2009 14:10:51 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/15/practical-example-algorithm-development-for-making-colormaps/#comment-13189</guid>
		<description>THANK YOU!!
I’ve been trying to change the colormap but I didn’t know what to do. It was driving me crazy! 
Thank you very much for the help


Kika</description>
		<content:encoded><![CDATA[<p>THANK YOU!!<br />
I’ve been trying to change the colormap but I didn’t know what to do. It was driving me crazy!<br />
Thank you very much for the help</p>
<p>Kika</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2007/11/15/practical-example-algorithm-development-for-making-colormaps/#comment-8022</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 02 Jan 2008 16:06:41 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/15/practical-example-algorithm-development-for-making-colormaps/#comment-8022</guid>
		<description>Andy,

What was the commands you were using?  I just tried the example in CONTOURCMAP only I made a throw-away function JETT that just calls JET.  This worked fine.  Please send or post the code you used and we can figure this out.

I suspect that my colormap function expects different inputs than CONTOURCMAP gives so things are not working.  You will probably want to make a wrapper around my function that takes just a single number input (like JET and other colormap functions do) so that when CONTOURCMAP calls it it will behave like the others.

Doug</description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>What was the commands you were using?  I just tried the example in CONTOURCMAP only I made a throw-away function JETT that just calls JET.  This worked fine.  Please send or post the code you used and we can figure this out.</p>
<p>I suspect that my colormap function expects different inputs than CONTOURCMAP gives so things are not working.  You will probably want to make a wrapper around my function that takes just a single number input (like JET and other colormap functions do) so that when CONTOURCMAP calls it it will behave like the others.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blogs.mathworks.com/pick/2007/11/15/practical-example-algorithm-development-for-making-colormaps/#comment-7887</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 31 Dec 2007 03:59:43 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/15/practical-example-algorithm-development-for-making-colormaps/#comment-7887</guid>
		<description>Hi Doug - Thank you for creating the very useful makeColorMap. My goal was to integrate this function into my plots that use contourcmap.m.  However, I kept getting an error, 'cmap string must contain a colormap function name' since contourcmap only allows built in Matlab color maps.  My way around this was to comment out lines 64-68 of contourcmap.  Do you recommend this solution, and if not, what other methods could I try?  Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Doug - Thank you for creating the very useful makeColorMap. My goal was to integrate this function into my plots that use contourcmap.m.  However, I kept getting an error, &#8216;cmap string must contain a colormap function name&#8217; since contourcmap only allows built in Matlab color maps.  My way around this was to comment out lines 64-68 of contourcmap.  Do you recommend this solution, and if not, what other methods could I try?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir</title>
		<link>http://blogs.mathworks.com/pick/2007/11/15/practical-example-algorithm-development-for-making-colormaps/#comment-6088</link>
		<dc:creator>Amir</dc:creator>
		<pubDate>Tue, 20 Nov 2007 06:22:02 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/15/practical-example-algorithm-development-for-making-colormaps/#comment-6088</guid>
		<description>Dan,
Here is the solution - 
http://www.mathworks.com/support/tech-notes/1200/1215.html
Amir</description>
		<content:encoded><![CDATA[<p>Dan,<br />
Here is the solution -<br />
<a href="http://www.mathworks.com/support/tech-notes/1200/1215.html" rel="nofollow">http://www.mathworks.com/support/tech-notes/1200/1215.html</a><br />
Amir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2007/11/15/practical-example-algorithm-development-for-making-colormaps/#comment-6003</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 19 Nov 2007 15:13:36 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/15/practical-example-algorithm-development-for-making-colormaps/#comment-6003</guid>
		<description>Dan,

The colormap is a property of the Figure, so all axes in a figure share it.

Doug</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>The colormap is a property of the Figure, so all axes in a figure share it.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Pace</title>
		<link>http://blogs.mathworks.com/pick/2007/11/15/practical-example-algorithm-development-for-making-colormaps/#comment-6000</link>
		<dc:creator>Dan Pace</dc:creator>
		<pubDate>Mon, 19 Nov 2007 14:24:08 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/15/practical-example-algorithm-development-for-making-colormaps/#comment-6000</guid>
		<description>Hi Doug - thanks for the helpful video.  I have a question.  Is it possible to display two surface plots, with different colormaps, on the same axes?  Thanks - Dan</description>
		<content:encoded><![CDATA[<p>Hi Doug - thanks for the helpful video.  I have a question.  Is it possible to display two surface plots, with different colormaps, on the same axes?  Thanks - Dan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
