<?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: Advanced MATLAB: Subplots</title>
	<link>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/</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:22:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Rashmish</title>
		<link>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-13266</link>
		<dc:creator>Rashmish</dc:creator>
		<pubDate>Wed, 14 Oct 2009 04:36:36 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-13266</guid>
		<description>I finished my work by the manual bull-work, but it wd still be helpful to know if there is any way at all. I am solving a BVP; I don't know if your comments on stiffness would still help. Do you have some other suggestions about my problem?

Thanks</description>
		<content:encoded><![CDATA[<p>I finished my work by the manual bull-work, but it wd still be helpful to know if there is any way at all. I am solving a BVP; I don&#8217;t know if your comments on stiffness would still help. Do you have some other suggestions about my problem?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve L</title>
		<link>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-13168</link>
		<dc:creator>Steve L</dc:creator>
		<pubDate>Thu, 28 May 2009 16:39:43 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-13168</guid>
		<description>Rashmish,

There's no "timeout" capability for the ODE solvers.  However, it sounds like the stiffness of your ODEs may depend on the parameters.  Cleve wrote a column on ODEs and stiffness here:

http://www.mathworks.com/company/newsletters/news_notes/clevescorner/may03_cleve.html

You should try switching your program to use a stiffer solver to try to reduce the amount of time it takes to solve the ODE when it's stiff.  There's a table in the function reference page for the ODE solvers that describes which solvers are stiff solvers and which aren't.

http://www.mathworks.com/access/helpdesk/help/techdoc/ref/ode113.html?BB=1

If you're currently using ODE45, try ODE15S or ODE23S.</description>
		<content:encoded><![CDATA[<p>Rashmish,</p>
<p>There&#8217;s no &#8220;timeout&#8221; capability for the ODE solvers.  However, it sounds like the stiffness of your ODEs may depend on the parameters.  Cleve wrote a column on ODEs and stiffness here:</p>
<p><a href="http://www.mathworks.com/company/newsletters/news_notes/clevescorner/may03_cleve.html" rel="nofollow">http://www.mathworks.com/company/newsletters/news_notes/clevescorner/may03_cleve.html</a></p>
<p>You should try switching your program to use a stiffer solver to try to reduce the amount of time it takes to solve the ODE when it&#8217;s stiff.  There&#8217;s a table in the function reference page for the ODE solvers that describes which solvers are stiff solvers and which aren&#8217;t.</p>
<p><a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/ode113.html?BB=1" rel="nofollow">http://www.mathworks.com/access/helpdesk/help/techdoc/ref/ode113.html?BB=1</a></p>
<p>If you&#8217;re currently using ODE45, try ODE15S or ODE23S.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rashmish</title>
		<link>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-13167</link>
		<dc:creator>Rashmish</dc:creator>
		<pubDate>Wed, 27 May 2009 06:48:24 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-13167</guid>
		<description>Hi Doug,

I have a problem in Matlab, and I hope you can help me with it. I am solving a Differential Equation in Matlab using Matlab's own functions, for different values of some parameters. For some values of the parameter, it takes too long and I stop the program by a Ctrl-C manually, and then change the parameter. 
Is there a way to automate this? i.e., the program should itself figure out that it took more than say some specific amount of time and so it should move to the next parameter.
I hope you got the question.
Your comments would be greatly appreciated !
Thanks in advance.

Rashmish</description>
		<content:encoded><![CDATA[<p>Hi Doug,</p>
<p>I have a problem in Matlab, and I hope you can help me with it. I am solving a Differential Equation in Matlab using Matlab&#8217;s own functions, for different values of some parameters. For some values of the parameter, it takes too long and I stop the program by a Ctrl-C manually, and then change the parameter.<br />
Is there a way to automate this? i.e., the program should itself figure out that it took more than say some specific amount of time and so it should move to the next parameter.<br />
I hope you got the question.<br />
Your comments would be greatly appreciated !<br />
Thanks in advance.</p>
<p>Rashmish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-13163</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 18 May 2009 14:29:06 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-13163</guid>
		<description>S.G.  

I am not sure what you are talking about.  It is much better for us to be able to help if you can show the shortest code snippet that will reproduce the behavior.

Thanks,
Doug</description>
		<content:encoded><![CDATA[<p>S.G.  </p>
<p>I am not sure what you are talking about.  It is much better for us to be able to help if you can show the shortest code snippet that will reproduce the behavior.</p>
<p>Thanks,<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S. G. Poss</title>
		<link>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-13159</link>
		<dc:creator>S. G. Poss</dc:creator>
		<pubDate>Sat, 16 May 2009 07:40:12 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-13159</guid>
		<description>With this nice demo, I now know what my problem is (something is overlaping), causing the first title not to be displayed and all titles moved up one histogram, with the last without a title.

The question is:  how do you solve this problem?

I've shortened the titles as much as possible, but to no avail?

Suggestions?

The property section of the subplots is not thorough in the documentation and I note that the relative order of property statements can also produce bilwildering results.

Looks like an area that needs some work or at least more documentation to allow workers to work around such problems.

Thank  you.</description>
		<content:encoded><![CDATA[<p>With this nice demo, I now know what my problem is (something is overlaping), causing the first title not to be displayed and all titles moved up one histogram, with the last without a title.</p>
<p>The question is:  how do you solve this problem?</p>
<p>I&#8217;ve shortened the titles as much as possible, but to no avail?</p>
<p>Suggestions?</p>
<p>The property section of the subplots is not thorough in the documentation and I note that the relative order of property statements can also produce bilwildering results.</p>
<p>Looks like an area that needs some work or at least more documentation to allow workers to work around such problems.</p>
<p>Thank  you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-12414</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 12 Aug 2008 15:40:42 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-12414</guid>
		<description>jitendra,

I am not sure I understand your question.  Please contact support for help.

Doug</description>
		<content:encoded><![CDATA[<p>jitendra,</p>
<p>I am not sure I understand your question.  Please contact support for help.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jitendra</title>
		<link>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-12411</link>
		<dc:creator>jitendra</dc:creator>
		<pubDate>Tue, 12 Aug 2008 10:45:28 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-12411</guid>
		<description>Hai Doug

     I need your help in plotting a time-series data set and in the form of sub-plots.My domain size is 362 X 181 and like that there are 12 data sets.I need to plot all these 12 data sets of same dimension and animate later.
I need to make a script so that,it is operational.

  I strucked from last four days to do this.
Thanking you in advance

regards 
jitendra</description>
		<content:encoded><![CDATA[<p>Hai Doug</p>
<p>     I need your help in plotting a time-series data set and in the form of sub-plots.My domain size is 362 X 181 and like that there are 12 data sets.I need to plot all these 12 data sets of same dimension and animate later.<br />
I need to make a script so that,it is operational.</p>
<p>  I strucked from last four days to do this.<br />
Thanking you in advance</p>
<p>regards<br />
jitendra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-12274</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 29 Jul 2008 10:51:23 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-12274</guid>
		<description>Fikri, see CLA.</description>
		<content:encoded><![CDATA[<p>Fikri, see CLA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fikri</title>
		<link>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-12270</link>
		<dc:creator>Fikri</dc:creator>
		<pubDate>Tue, 29 Jul 2008 03:21:19 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-12270</guid>
		<description>Hi Doug,

got a simple question here, I'm making an interface for an image compression project. I needed to generate several subplots for the histogram, but here lies the problem. After generating all the subplots (which I put inside a panel, not axes) I simply can't remove/clear/reset those subplots, which I need to do to make my 'Clear' pushbutton works as it is assigned to do.

a quick reply would be nice..

regards

Fikri</description>
		<content:encoded><![CDATA[<p>Hi Doug,</p>
<p>got a simple question here, I&#8217;m making an interface for an image compression project. I needed to generate several subplots for the histogram, but here lies the problem. After generating all the subplots (which I put inside a panel, not axes) I simply can&#8217;t remove/clear/reset those subplots, which I need to do to make my &#8216;Clear&#8217; pushbutton works as it is assigned to do.</p>
<p>a quick reply would be nice..</p>
<p>regards</p>
<p>Fikri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitrij</title>
		<link>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-11508</link>
		<dc:creator>Dimitrij</dc:creator>
		<pubDate>Fri, 06 Jun 2008 17:29:18 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/03/03/advanced-matlab-subplots/#comment-11508</guid>
		<description>thanks for the hint: I finally understood the "position" command applied to subplot, and that dimensions are given in percentage of figure width and height.</description>
		<content:encoded><![CDATA[<p>thanks for the hint: I finally understood the &#8220;position&#8221; command applied to subplot, and that dimensions are given in percentage of figure width and height.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
