<?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 for CS 3220</title>
	<atom:link href="http://blogs.cornell.edu/cs3220/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.cornell.edu/cs3220</link>
	<description>Course blog for CS 3220, Spring 2010</description>
	<lastBuildDate>Thu, 06 May 2010 02:17:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://blogs.cornell.edu/?v=3.4.1</generator>
	<item>
		<title>Comment on Project 3 by Manolis Savva</title>
		<link>http://blogs.cornell.edu/cs3220/2010/04/27/project-3/comment-page-1/#comment-233</link>
		<dc:creator>Manolis Savva</dc:creator>
		<pubDate>Thu, 06 May 2010 02:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cornell.edu/cs3220/?p=67#comment-233</guid>
		<description>@student: You can zip only the .m files you actually changed if you want. Be sure to include some documentation answering the required questions as well.</description>
		<content:encoded><![CDATA[<p>@student: You can zip only the .m files you actually changed if you want. Be sure to include some documentation answering the required questions as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project 3 by Manolis Savva</title>
		<link>http://blogs.cornell.edu/cs3220/2010/04/27/project-3/comment-page-1/#comment-232</link>
		<dc:creator>Manolis Savva</dc:creator>
		<pubDate>Thu, 06 May 2010 02:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cornell.edu/cs3220/?p=67#comment-232</guid>
		<description>@mt438: At timesteps of those sizes forward euler may indeed explode for the bike scene.</description>
		<content:encoded><![CDATA[<p>@mt438: At timesteps of those sizes forward euler may indeed explode for the bike scene.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project 3 by student</title>
		<link>http://blogs.cornell.edu/cs3220/2010/04/27/project-3/comment-page-1/#comment-231</link>
		<dc:creator>student</dc:creator>
		<pubDate>Thu, 06 May 2010 01:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cornell.edu/cs3220/?p=67#comment-231</guid>
		<description>Hi,
What are you supposed to submit for this project? I zipped the m files I actually coded but the handout says to submit &quot;all MATLAB code you used.&quot; Does this include other files included in the framework?

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi,<br />
What are you supposed to submit for this project? I zipped the m files I actually coded but the handout says to submit &#8220;all MATLAB code you used.&#8221; Does this include other files included in the framework?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project 3 by mt438</title>
		<link>http://blogs.cornell.edu/cs3220/2010/04/27/project-3/comment-page-1/#comment-230</link>
		<dc:creator>mt438</dc:creator>
		<pubDate>Thu, 06 May 2010 00:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cornell.edu/cs3220/?p=67#comment-230</guid>
		<description>I observe some explosive behavior when I try to run scenes such as the bike with forward euler method and timestep = 0.25. Other methods work well with the same setting. Is this expected?</description>
		<content:encoded><![CDATA[<p>I observe some explosive behavior when I try to run scenes such as the bike with forward euler method and timestep = 0.25. Other methods work well with the same setting. Is this expected?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project 3 by Manolis Savva</title>
		<link>http://blogs.cornell.edu/cs3220/2010/04/27/project-3/comment-page-1/#comment-229</link>
		<dc:creator>Manolis Savva</dc:creator>
		<pubDate>Thu, 06 May 2010 00:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cornell.edu/cs3220/?p=67#comment-229</guid>
		<description>@mt438: You can use matlab&#039;s curve fitting functionality available from Tools menu, Basic Fitting at the top of a Figure window. This only works on one data set at a time. It should also be relatively easy to manually measure the gradient by taking the typical &quot;dy/dx&quot; approach.</description>
		<content:encoded><![CDATA[<p>@mt438: You can use matlab&#8217;s curve fitting functionality available from Tools menu, Basic Fitting at the top of a Figure window. This only works on one data set at a time. It should also be relatively easy to manually measure the gradient by taking the typical &#8220;dy/dx&#8221; approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project 3 by mt438</title>
		<link>http://blogs.cornell.edu/cs3220/2010/04/27/project-3/comment-page-1/#comment-228</link>
		<dc:creator>mt438</dc:creator>
		<pubDate>Wed, 05 May 2010 23:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cornell.edu/cs3220/?p=67#comment-228</guid>
		<description>Does matlab have a function to return the slope of the linear regression line of two data sets?</description>
		<content:encoded><![CDATA[<p>Does matlab have a function to return the slope of the linear regression line of two data sets?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project 3 by Manolis Savva</title>
		<link>http://blogs.cornell.edu/cs3220/2010/04/27/project-3/comment-page-1/#comment-227</link>
		<dc:creator>Manolis Savva</dc:creator>
		<pubDate>Wed, 05 May 2010 13:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cornell.edu/cs3220/?p=67#comment-227</guid>
		<description>@Daniel: Yes, you&#039;re right, the size of the matrix is (# of springs) x 5.</description>
		<content:encoded><![CDATA[<p>@Daniel: Yes, you&#8217;re right, the size of the matrix is (# of springs) x 5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project 3 by Manolis Savva</title>
		<link>http://blogs.cornell.edu/cs3220/2010/04/27/project-3/comment-page-1/#comment-226</link>
		<dc:creator>Manolis Savva</dc:creator>
		<pubDate>Wed, 05 May 2010 13:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cornell.edu/cs3220/?p=67#comment-226</guid>
		<description>@fk: There may be more than one type of damping on a particle since we have viscous damping for all particles with a non-zero velocity and also spring force damping for particles that are attached to a spring. You don&#039;t have to worry about &quot;disabling&quot; viscous damping outside the screen region.</description>
		<content:encoded><![CDATA[<p>@fk: There may be more than one type of damping on a particle since we have viscous damping for all particles with a non-zero velocity and also spring force damping for particles that are attached to a spring. You don&#8217;t have to worry about &#8220;disabling&#8221; viscous damping outside the screen region.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project 3 by Daniel Brooks djb332</title>
		<link>http://blogs.cornell.edu/cs3220/2010/04/27/project-3/comment-page-1/#comment-225</link>
		<dc:creator>Daniel Brooks djb332</dc:creator>
		<pubDate>Wed, 05 May 2010 09:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cornell.edu/cs3220/?p=67#comment-225</guid>
		<description>I&#039;m pretty sure there&#039;s a typo in the handout. It says that the size of the spring matrix is n by 5 matrix where n is the number of particles. This is incorrect, as spring is a (# of springs) x 5 matrix.</description>
		<content:encoded><![CDATA[<p>I&#8217;m pretty sure there&#8217;s a typo in the handout. It says that the size of the spring matrix is n by 5 matrix where n is the number of particles. This is incorrect, as spring is a (# of springs) x 5 matrix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Project 3 by fk</title>
		<link>http://blogs.cornell.edu/cs3220/2010/04/27/project-3/comment-page-1/#comment-224</link>
		<dc:creator>fk</dc:creator>
		<pubDate>Wed, 05 May 2010 00:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cornell.edu/cs3220/?p=67#comment-224</guid>
		<description>there should only be one type of damping on a particle at any point in time, right? Because if a particle is in a wall (or in the probe) it can&#039;t also be in the atmosphere of the rest of the setting.

Thanks.</description>
		<content:encoded><![CDATA[<p>there should only be one type of damping on a particle at any point in time, right? Because if a particle is in a wall (or in the probe) it can&#8217;t also be in the atmosphere of the rest of the setting.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>