<?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: linkzoom</title>
	<link>http://blogs.mathworks.com/pick/2009/07/02/linkzoom/</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>Mon, 23 Nov 2009 01:05:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<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>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't like to touch their original zoom function.

&lt;pre&gt;
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...
&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>
