<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264698</link>
    <title>MATLAB Central Newsreader - Euclidean distance</title>
    <description>Feed for thread: Euclidean distance</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sun, 01 Nov 2009 17:45:04 -0500</pubDate>
      <title>Euclidean distance</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264698#691309</link>
      <author>Kostas </author>
      <description>Hi there guys,&lt;br&gt;
i got a problem that involves euclidean distance.&lt;br&gt;
any ideas how to calculate the 3d dimensional distance between two points ?</description>
    </item>
    <item>
      <pubDate>Sun, 01 Nov 2009 17:48:49 -0500</pubDate>
      <title>Re: Euclidean distance</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264698#691311</link>
      <author>tpl@eng.cam.ac.uk (Tim Love)</author>
      <description>&quot;Kostas &quot; &amp;lt;m.yoda@yahoo.gr&amp;gt; writes:&lt;br&gt;
&lt;br&gt;
&amp;gt;Hi there guys,&lt;br&gt;
&amp;gt;i got a problem that involves euclidean distance.&lt;br&gt;
&amp;gt;any ideas how to calculate the 3d dimensional distance between two points ?&lt;br&gt;
This doesn't sound like a matlab problem to me.</description>
    </item>
    <item>
      <pubDate>Mon, 02 Nov 2009 10:22:02 -0500</pubDate>
      <title>Re: Euclidean distance</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264698#691441</link>
      <author>Dave Robinson</author>
      <description>&quot;Kostas &quot; &amp;lt;m.yoda@yahoo.gr&amp;gt; wrote in message &amp;lt;hckhf0$pk6$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi there guys,&lt;br&gt;
&amp;gt; i got a problem that involves euclidean distance.&lt;br&gt;
&amp;gt; any ideas how to calculate the 3d dimensional distance between two points ?&lt;br&gt;
&lt;br&gt;
EuclidDistance = sqrt((x1-x2)^2 + (y1-y2)^2 + (z1-z2)^2);&lt;br&gt;
&lt;br&gt;
Where x1,y1,z1 are the 3D coordinates of point 1 and surprise surprise x2,y2,z2 are the 3D coordinates of point 2.&lt;br&gt;
&lt;br&gt;
Hope that helps&lt;br&gt;
&lt;br&gt;
Regards&lt;br&gt;
&lt;br&gt;
Dave Robinson</description>
    </item>
  </channel>
</rss>

