<?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: Practical Example: Generating points inside a polygon</title>
	<atom:link href="http://blogs.mathworks.com/pick/2008/01/21/practical-example-generating-points-inside-a-polygon/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/pick/2008/01/21/practical-example-generating-points-inside-a-polygon/</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: Nathan</title>
		<link>http://blogs.mathworks.com/pick/2008/01/21/practical-example-generating-points-inside-a-polygon/#comment-13403</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Sat, 16 Jan 2010 06:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2008/01/21/practical-example-generating-points-inside-a-polygon/#comment-13403</guid>
		<description>Unfortunately this code has no runtime guarantees - I would avoid this algorithm for large numbers of random points.

A more robust solution would involve triangulating the polygon and then picking a random point in a random triangle.  Runtime is guaranteed to be linear in the number of points.</description>
		<content:encoded><![CDATA[<p>Unfortunately this code has no runtime guarantees &#8211; I would avoid this algorithm for large numbers of random points.</p>
<p>A more robust solution would involve triangulating the polygon and then picking a random point in a random triangle.  Runtime is guaranteed to be linear in the number of points.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/01/21/practical-example-generating-points-inside-a-polygon/#comment-13245</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 14 Sep 2009 14:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2008/01/21/practical-example-generating-points-inside-a-polygon/#comment-13245</guid>
		<description>@sivi,

You might want the mapping toolbox, dependent on what you are doing.

I think you should send the details of what you are doing to:

http://www.mathworks.com/support

Doug</description>
		<content:encoded><![CDATA[<p>@sivi,</p>
<p>You might want the mapping toolbox, dependent on what you are doing.</p>
<p>I think you should send the details of what you are doing to:</p>
<p><a href="http://www.mathworks.com/support" rel="nofollow">http://www.mathworks.com/support</a></p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: siv</title>
		<link>http://blogs.mathworks.com/pick/2008/01/21/practical-example-generating-points-inside-a-polygon/#comment-13241</link>
		<dc:creator>siv</dc:creator>
		<pubDate>Sat, 12 Sep 2009 05:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2008/01/21/practical-example-generating-points-inside-a-polygon/#comment-13241</guid>
		<description>we have a data that contains long,lat and data values we have to plot a grid image using that data values how to get a grid image 

and we have to mask the grid image to india polygon</description>
		<content:encoded><![CDATA[<p>we have a data that contains long,lat and data values we have to plot a grid image using that data values how to get a grid image </p>
<p>and we have to mask the grid image to india polygon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/01/21/practical-example-generating-points-inside-a-polygon/#comment-8825</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Thu, 24 Jan 2008 15:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2008/01/21/practical-example-generating-points-inside-a-polygon/#comment-8825</guid>
		<description>Ryan,

Seems there was a slight change in file output since I wrote my MATLAB scripts that automate FTPing the files up to the server.  Problem solved now.  Thanks!

Doug</description>
		<content:encoded><![CDATA[<p>Ryan,</p>
<p>Seems there was a slight change in file output since I wrote my MATLAB scripts that automate FTPing the files up to the server.  Problem solved now.  Thanks!</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Gray</title>
		<link>http://blogs.mathworks.com/pick/2008/01/21/practical-example-generating-points-inside-a-polygon/#comment-8819</link>
		<dc:creator>Ryan Gray</dc:creator>
		<pubDate>Thu, 24 Jan 2008 05:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2008/01/21/practical-example-generating-points-inside-a-polygon/#comment-8819</guid>
		<description>It seems there&#039;s a problem again with your M4V conversion. Quicktime and iTunes say it&#039;s MPEG-4 video, but they don&#039;t think it has a video track and only play audio.</description>
		<content:encoded><![CDATA[<p>It seems there&#8217;s a problem again with your M4V conversion. Quicktime and iTunes say it&#8217;s MPEG-4 video, but they don&#8217;t think it has a video track and only play audio.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

