<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Adaptive date ticks</title>
	<atom:link href="http://blogs.mathworks.com/pick/2007/07/06/adaptive-date-ticks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/pick/2007/07/06/adaptive-date-ticks/</link>
	<description>&#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1093599&#38;objectType=author&#34;&#62;Brett&#60;/a&#62; &#38; &#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1094142&#38;objectType=author&#34;&#62;Jiro&#60;/a&#62; share favorite user-contributed submissions from the File Exchange.</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:12:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Les Beckham</title>
		<link>http://blogs.mathworks.com/pick/2007/07/06/adaptive-date-ticks/#comment-1446</link>
		<dc:creator>Les Beckham</dc:creator>
		<pubDate>Sun, 08 Jul 2007 02:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/07/06/adaptive-date-ticks/#comment-1446</guid>
		<description>This should prove useful.  It&#039;s always nice to find out about previously unknown features.  There is one small issue that is easily fixed:

The &#039;demo&#039; feature uses the &#039;today&#039; function which, apparently, only ships with the Financial toolbox.  If you replace the line 
    dates = today - linspace(1169,0,15000)&#039;;
with
    dates = floor(now) - linspace(1169,0,15000)&#039;;

it will work without the &#039;today&#039; function.</description>
		<content:encoded><![CDATA[<p>This should prove useful.  It&#8217;s always nice to find out about previously unknown features.  There is one small issue that is easily fixed:</p>
<p>The &#8216;demo&#8217; feature uses the &#8216;today&#8217; function which, apparently, only ships with the Financial toolbox.  If you replace the line<br />
    dates = today &#8211; linspace(1169,0,15000)&#8217;;<br />
with<br />
    dates = floor(now) &#8211; linspace(1169,0,15000)&#8217;;</p>
<p>it will work without the &#8216;today&#8217; function.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

