|
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
> >
>
|