<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/261537</link>
    <title>MATLAB Central Newsreader - Read a 3D model in Matlab</title>
    <description>Feed for thread: Read a 3D model in Matlab</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>Thu, 24 Sep 2009 07:39:20 -0400</pubDate>
      <title>Read a 3D model in Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/261537#682265</link>
      <author>rajitha </author>
      <description>Hi,&lt;br&gt;
&lt;br&gt;
&amp;nbsp;How can I read a 3D model in Matlab? 2D images can be read using imread command and can work. But how can I can read a 3D model?&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
Bandara</description>
    </item>
    <item>
      <pubDate>Thu, 24 Sep 2009 07:51:02 -0400</pubDate>
      <title>Read a 3D model in Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/261537#682266</link>
      <author>Samb1985 </author>
      <description>&quot;rajitha &quot; &amp;lt;rajithae03@yahoo.com&amp;gt; wrote in message &amp;lt;h9f7n8$lja$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt;  How can I read a 3D model in Matlab? 2D images can be read using imread command and can work. But how can I can read a 3D model?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Regards,&lt;br&gt;
&amp;gt; Bandara&lt;br&gt;
&lt;br&gt;
In what format is the 3D model ? If is a vrml file yuo can use Virtual Reality Toolbox or Simulink 3D Animation.</description>
    </item>
    <item>
      <pubDate>Fri, 25 Sep 2009 08:25:21 -0400</pubDate>
      <title>Read a 3D model in Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/261537#682582</link>
      <author>Jan Simon</author>
      <description>Dear rajitha!&lt;br&gt;
&lt;br&gt;
&amp;gt;  How can I read a 3D model in Matlab? 2D images can be read using imread command and can work. But how can I can read a 3D model?&lt;br&gt;
&lt;br&gt;
You can find some STL import functions in the File Exchange.&lt;br&gt;
Good luck, Jan</description>
    </item>
    <item>
      <pubDate>Tue, 03 Nov 2009 19:50:19 -0500</pubDate>
      <title>Read a 3D model in Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/261537#691819</link>
      <author>Bhavik </author>
      <description>To read a 3D model use &lt;br&gt;
[Tri,Pts]=PLYREAD(FILENAME,'TRI')  % just for polygon type models&lt;br&gt;
&lt;br&gt;
and using trisurf u can plot the model.&lt;br&gt;
&lt;br&gt;
trisurf(Tri,Pts(:,1),Pts(:,2),Pts(:,3));&lt;br&gt;
&amp;nbsp;&lt;br&gt;
&lt;br&gt;
hope this helps you can use trimesh also..</description>
    </item>
    <item>
      <pubDate>Tue, 03 Nov 2009 19:50:20 -0500</pubDate>
      <title>Read a 3D model in Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/261537#691820</link>
      <author>Bhavik </author>
      <description>&quot;rajitha &quot; &amp;lt;rajithae03@yahoo.com&amp;gt; wrote in message &amp;lt;h9f7n8$lja$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt;  How can I read a 3D model in Matlab? 2D images can be read using imread command and can work. But how can I can read a 3D model?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Regards,&lt;br&gt;
&amp;gt; Bandara</description>
    </item>
  </channel>
</rss>

