Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!news2.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local02.nntp.dca.giganews.com!nntp.posted.internetamerica!news.posted.internetamerica.POSTED!not-for-mail
NNTP-Posting-Date: Sat, 08 Nov 2008 14:30:09 -0600
From: rtServo <noone@nowhere.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: use COM type library (.tlb) in matlab?
Date: Sat, 08 Nov 2008 12:29:44 -0800
Message-ID: <sctbh4l2bai176hbhcna4ab4qhgqe8bdvr@4ax.com>
References: <fu81m9$uq$1@fred.mathworks.com> <gerleh$6h5$1@fred.mathworks.com>
X-Newsreader: Forte Agent 1.92/32.572
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 19
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 209.128.79.70
X-Trace: sv3-mGjlIBfj4wlJzkfM9BUtU4vqizkBLYFGWWm8d4zTJRLQ+DTNP7VlI7+fVH+b70WyRTh/Oh9yzTDvcuT!RAxt0QcMPiPCLMy/zV5MzeCcRUJnZMvNDs4qEwFX+d0qzpKwvE2qgyBcA6wi2FFLHkmi6YpUPVw3!sZ2BnXa9Nbaz
X-Complaints-To: abuse@airmail.net
X-DMCA-Complaints-To: abuse@airmail.net
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.39
Xref: news.mathworks.com comp.soft-sys.matlab:499671


On Wed, 5 Nov 2008 08:28:01 +0000 (UTC), "Erik Schey"
<eschey@iwb.tum.de> wrote:

>"matt dash" <md222@mail.gatech.edu> wrote in message <fu81m9$uq$1@fred.mathworks.com>...
>> I created a com server with
>> jmp=actxserver('jmp.application'), but when i type
>> jmp.methods I only get a short generic looking list instead
>> of the full methods list I'm looking for... I have a file
>> jmp.tlb (that I can view in visual basic) that contains all
>> the methods I'm looking for. Is there some way to import
>> these methods into matlab? 
>> 
>
>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 ?

Perhaps try
  jmp.interfaces

rt