<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167788</link>
    <title>MATLAB Central Newsreader - use COM type library (.tlb) in matlab?</title>
    <description>Feed for thread: use COM type library (.tlb) 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, 17 Apr 2008 17:34:01 -0400</pubDate>
      <title>use COM type library (.tlb) in matlab?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167788#427342</link>
      <author>matt dash</author>
      <description>I created a com server with&lt;br&gt;
jmp=actxserver('jmp.application'), but when i type&lt;br&gt;
jmp.methods I only get a short generic looking list instead&lt;br&gt;
of the full methods list I'm looking for... I have a file&lt;br&gt;
jmp.tlb (that I can view in visual basic) that contains all&lt;br&gt;
the methods I'm looking for. Is there some way to import&lt;br&gt;
these methods into matlab? </description>
    </item>
    <item>
      <pubDate>Wed, 05 Nov 2008 08:28:01 -0500</pubDate>
      <title>Re: use COM type library (.tlb) in matlab?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167788#609095</link>
      <author>Erik Schey</author>
      <description>&quot;matt dash&quot; &amp;lt;md222@mail.gatech.edu&amp;gt; wrote in message &amp;lt;fu81m9$uq$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I created a com server with&lt;br&gt;
&amp;gt; jmp=actxserver('jmp.application'), but when i type&lt;br&gt;
&amp;gt; jmp.methods I only get a short generic looking list instead&lt;br&gt;
&amp;gt; of the full methods list I'm looking for... I have a file&lt;br&gt;
&amp;gt; jmp.tlb (that I can view in visual basic) that contains all&lt;br&gt;
&amp;gt; the methods I'm looking for. Is there some way to import&lt;br&gt;
&amp;gt; these methods into matlab? &lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
Same problem, same question. When I use the COM in Visual Basic everything is fine, but in Matlab I can't use the methods. Is there a restriction in using actxserver ?</description>
    </item>
    <item>
      <pubDate>Sat, 08 Nov 2008 20:29:44 -0500</pubDate>
      <title>Re: use COM type library (.tlb) in matlab?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167788#609747</link>
      <author>rtServo</author>
      <description>On Wed, 5 Nov 2008 08:28:01 +0000 (UTC), &quot;Erik Schey&quot;&lt;br&gt;
&amp;lt;eschey@iwb.tum.de&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt;&quot;matt dash&quot; &amp;lt;md222@mail.gatech.edu&amp;gt; wrote in message &amp;lt;fu81m9$uq$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt;&amp;gt; I created a com server with&lt;br&gt;
&amp;gt;&amp;gt; jmp=actxserver('jmp.application'), but when i type&lt;br&gt;
&amp;gt;&amp;gt; jmp.methods I only get a short generic looking list instead&lt;br&gt;
&amp;gt;&amp;gt; of the full methods list I'm looking for... I have a file&lt;br&gt;
&amp;gt;&amp;gt; jmp.tlb (that I can view in visual basic) that contains all&lt;br&gt;
&amp;gt;&amp;gt; the methods I'm looking for. Is there some way to import&lt;br&gt;
&amp;gt;&amp;gt; these methods into matlab? &lt;br&gt;
&amp;gt;&amp;gt; &lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;Same problem, same question. When I use the COM in Visual Basic everything is fine, but in Matlab I can't use the methods. Is there a restriction in using actxserver ?&lt;br&gt;
&lt;br&gt;
Perhaps try&lt;br&gt;
&amp;nbsp;&amp;nbsp;jmp.interfaces&lt;br&gt;
&lt;br&gt;
rt</description>
    </item>
    <item>
      <pubDate>Sat, 08 Nov 2008 21:54:01 -0500</pubDate>
      <title>Re: use COM type library (.tlb) in matlab?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167788#609754</link>
      <author>matt dash</author>
      <description>rtServo &amp;lt;noone@nowhere.com&amp;gt; wrote in message &amp;lt;sctbh4l2bai176hbhcna4ab4qhgqe8bdvr@4ax.com&amp;gt;...&lt;br&gt;
&amp;gt; On Wed, 5 Nov 2008 08:28:01 +0000 (UTC), &quot;Erik Schey&quot;&lt;br&gt;
&amp;gt; &amp;lt;eschey@iwb.tum.de&amp;gt; wrote:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;&quot;matt dash&quot; &amp;lt;md222@mail.gatech.edu&amp;gt; wrote in message &amp;lt;fu81m9$uq$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; I created a com server with&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; jmp=actxserver('jmp.application'), but when i type&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; jmp.methods I only get a short generic looking list instead&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; of the full methods list I'm looking for... I have a file&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; jmp.tlb (that I can view in visual basic) that contains all&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; the methods I'm looking for. Is there some way to import&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; these methods into matlab? &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;Same problem, same question. When I use the COM in Visual Basic everything is fine, but in Matlab I can't use the methods. Is there a restriction in using actxserver ?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Perhaps try&lt;br&gt;
&amp;gt;   jmp.interfaces&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; rt&lt;br&gt;
&lt;br&gt;
Nope, jmp.interfaces returns an empty variable. For the record I never did find a solution to this and have since given up. </description>
    </item>
    <item>
      <pubDate>Wed, 11 Aug 2010 12:15:25 -0400</pubDate>
      <title>Re: use COM type library (.tlb) in matlab?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167788#770409</link>
      <author>Prashant Patil</author>
      <description>I have the same problem any solution yet ?</description>
    </item>
    <item>
      <pubDate>Wed, 11 Aug 2010 12:25:24 -0400</pubDate>
      <title>Re: use COM type library (.tlb) in matlab?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/167788#770414</link>
      <author>us</author>
      <description>&quot;Prashant Patil&quot; &amp;lt;prashant_patil@live.com&amp;gt; wrote in message &amp;lt;i3u48t$8hi$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I have the same problem any solution yet ?&lt;br&gt;
&lt;br&gt;
hmm...&lt;br&gt;
seems no solution has been found during the last two (2) years - or - since the last reply on 8 Nov, 2008 21:54:01&lt;br&gt;
&lt;br&gt;
us</description>
    </item>
  </channel>
</rss>

