Path: news.mathworks.com!not-for-mail
From: "Tiago da Silva" <besbatti@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Help integrating Matlab and Visual C++
Date: Tue, 24 Jun 2008 03:44:03 +0000 (UTC)
Organization: NII
Lines: 67
Message-ID: <g3pqi3$3js$1@fred.mathworks.com>
References: <g3nt39$acc$1@fred.mathworks.com> <op.uc74jhe3xwvkfj@uthamaa.dhcp.mathworks.com> <g3pjsr$rgi$1@fred.mathworks.com>
Reply-To: "Tiago da Silva" <besbatti@gmail.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1214279043 3708 172.30.248.35 (24 Jun 2008 03:44:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 24 Jun 2008 03:44:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1423227
Xref: news.mathworks.com comp.soft-sys.matlab:475555



I have found a very good and simple to follow tutorial in here

www.soe.ucsc.edu/classes/cmps060m/Spring06/ma/cdabney19/MatLab%20API%20to%20C++.ppt

Cheers

"Tiago da Silva" <besbatti@gmail.com> wrote in message
<g3pjsr$rgi$1@fred.mathworks.com>...
> I didn't know it was no longer possible...
> 
> whar I wanted to do was to use some camera calibration
> routines I wrote in Matlab, and some other functions such as
> singular value decomposition and some other ones from the
> Image Processing library.
> 
> Thanks for the links. I'm checking them out.
> 
> Tiago
> 
> "Ashish Uthama" <ashishu@ece.ubc.ca> wrote in message
> <op.uc74jhe3xwvkfj@uthamaa.dhcp.mathworks.com>...
> > If you were looking to compile C++ code along with "MATLAB
> code" (Which is  
> > why I presume you are looking for matlab.hpp), this is no
> longer possible  
> > since R14SP3 (IIRC).
> > 
> > You either create a DLL using MATLAB compiler and then use
> it in your code  
> > or consider using the COM interface to the MATLAB Engine:
> > 
> > 
> > Please find more details online at:
> >     
>
http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f15075.html
> > Or please paste this in the MATLAB command window:
> >      web([docroot,'/techdoc/matlab_external/f15075.html'])
> > 
> > 
> > Or maybe you could tell us exactly how you planned to "use
> it from Visual  
> > C++ 2008".
> > 
> > 
> > 
> > On Mon, 23 Jun 2008 06:15:05 -0400, Tiago da Silva
> <besbatti@gmail.com>  
> > wrote:
> > 
> > > Hi there,
> > >
> > > I just got Matlab r2008a from my University here in Japan,
> > > and I hoped to use it from Visual C++ 2008.
> > >
> > > The problem is, when I finished installing it, I could not
> > > find "matlab.hpp", even though I have performed a full
> instal...
> > >
> > > What am I doing wrong?
> > >
> > > Thx in advance,
> > >
> > > Tiago
> > 
>