<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167588</link>
    <title>MATLAB Central Newsreader - urgent</title>
    <description>Feed for thread: urgent</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>Tue, 15 Apr 2008 10:25:47 -0400</pubDate>
      <title>urgent</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167588#426684</link>
      <author>rawan</author>
      <description>hold in matlab&lt;br&gt;
&lt;br&gt;
i have a 35 points i plot them using the matlab  i need to plot them inside a jpg which is a map</description>
    </item>
    <item>
      <pubDate>Tue, 15 Apr 2008 11:15:00 -0400</pubDate>
      <title>Re: urgent</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167588#426704</link>
      <author>Eyal Fleminger</author>
      <description>The obvious method is&lt;br&gt;
1) open the jpg with imread&lt;br&gt;
2) plot it with image&lt;br&gt;
3) type &quot;hold on&quot;&lt;br&gt;
4) plot the points you want (with plot or scatter or whatever function you &lt;br&gt;
want)&lt;br&gt;
&lt;br&gt;
Does this give you what you want? If not, please give some more details.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&quot;rawan&quot; &amp;lt;coolgirl_20024ever@hotmail.com&amp;gt; wrote in message &lt;br&gt;
news:24213415.1208255177871.JavaMail.jakarta@nitrogen.mathforum.org...&lt;br&gt;
&amp;gt; hold in matlab&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; i have a 35 points i plot them using the matlab  i need to plot them &lt;br&gt;
&amp;gt; inside a jpg which is a map </description>
    </item>
    <item>
      <pubDate>Thu, 17 Apr 2008 07:29:32 -0400</pubDate>
      <title>Re: urgent</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167588#427181</link>
      <author>rawan</author>
      <description>thank u &lt;br&gt;
but i tried this way before and it doesn't work the points go outside the map they are squeezed in a certain space outside the map</description>
    </item>
    <item>
      <pubDate>Thu, 17 Apr 2008 13:41:09 -0400</pubDate>
      <title>Re: urgent</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167588#427273</link>
      <author>Peter Boettcher</author>
      <description>rawan &amp;lt;coolgirl_20024ever@hotmail.com&amp;gt; writes:&lt;br&gt;
&lt;br&gt;
&amp;gt; thank u but i tried this way before and it doesn't work the points go&lt;br&gt;
&amp;gt; outside the map they are squeezed in a certain space outside the map&lt;br&gt;
&lt;br&gt;
You need to match the coordinates.  Display the image using x and y axes&lt;br&gt;
&quot;image(x,y,my_image)&quot;.  &quot;help image&quot; for details on that syntax.  Then&lt;br&gt;
plot your points/lines using the same coordinate system.&lt;br&gt;
&lt;br&gt;
Or convert the lines/points you want to plot into pixel coordinates, so&lt;br&gt;
they line up with your image.&lt;br&gt;
&lt;br&gt;
-Peter</description>
    </item>
  </channel>
</rss>

