<?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: linkzoom</title>
	<atom:link href="http://blogs.mathworks.com/pick/2009/07/02/linkzoom/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/pick/2009/07/02/linkzoom/</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>Wed, 08 Feb 2012 19:26:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Pdf converter</title>
		<link>http://blogs.mathworks.com/pick/2009/07/02/linkzoom/#comment-14325</link>
		<dc:creator>Pdf converter</dc:creator>
		<pubDate>Sat, 19 Nov 2011 13:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2009/07/02/linkzoom/#comment-14325</guid>
		<description>Hello! Thanks a bunch for this post! It works perfectly for me! I am such a huge fan of your blog!</description>
		<content:encoded><![CDATA[<p>Hello! Thanks a bunch for this post! It works perfectly for me! I am such a huge fan of your blog!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres</title>
		<link>http://blogs.mathworks.com/pick/2009/07/02/linkzoom/#comment-13193</link>
		<dc:creator>Andres</dc:creator>
		<pubDate>Wed, 08 Jul 2009 13:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2009/07/02/linkzoom/#comment-13193</guid>
		<description>Great!! 
I just checked it works right away with addaxis, http://www.mathworks.com/matlabcentral/fileexchange/9016 , too, for those who need a good multi-y-axis plot function but don&#039;t like to touch their original zoom function.

&lt;pre&gt;
x = 0:.1:4*pi;
figure
plot(x,sin(x),&#039;r-&#039;);
xlim([0,4*pi])
addaxis(x,sin(x-pi/3),&#039;Color&#039;,[0 0 0.7]);
addaxis(x,sin(x-pi/2)/4,[-0.5 0.5],&#039;Color&#039;,[0.4 0 0]);
grid on

linkzoom
% now zoom around...
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Great!!<br />
I just checked it works right away with addaxis, <a href="http://www.mathworks.com/matlabcentral/fileexchange/9016" rel="nofollow">http://www.mathworks.com/matlabcentral/fileexchange/9016</a> , too, for those who need a good multi-y-axis plot function but don&#8217;t like to touch their original zoom function.</p>
<pre>
x = 0:.1:4*pi;
figure
plot(x,sin(x),'r-');
xlim([0,4*pi])
addaxis(x,sin(x-pi/3),'Color',[0 0 0.7]);
addaxis(x,sin(x-pi/2)/4,[-0.5 0.5],'Color',[0.4 0 0]);
grid on

linkzoom
% now zoom around...
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

