<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/171381</link>
    <title>MATLAB Central Newsreader - Help integrating Matlab and Visual C++</title>
    <description>Feed for thread: Help integrating Matlab and Visual C++</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>Mon, 23 Jun 2008 10:15:05 -0400</pubDate>
      <title>Help integrating Matlab and Visual C++</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/171381#439014</link>
      <author>Tiago da Silva</author>
      <description>Hi there,&lt;br&gt;
&lt;br&gt;
I just got Matlab r2008a from my University here in Japan,&lt;br&gt;
and I hoped to use it from Visual C++ 2008.&lt;br&gt;
&lt;br&gt;
The problem is, when I finished installing it, I could not&lt;br&gt;
find &quot;matlab.hpp&quot;, even though I have performed a full instal...&lt;br&gt;
&lt;br&gt;
What am I doing wrong?&lt;br&gt;
&lt;br&gt;
Thx in advance,&lt;br&gt;
&lt;br&gt;
Tiago</description>
    </item>
    <item>
      <pubDate>Mon, 23 Jun 2008 22:53:31 -0400</pubDate>
      <title>Re: Help integrating Matlab and Visual C++</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/171381#439181</link>
      <author>Ashish Uthama</author>
      <description>If you were looking to compile C++ code along with &quot;MATLAB code&quot; (Which is  &lt;br&gt;
why I presume you are looking for matlab.hpp), this is no longer possible  &lt;br&gt;
since R14SP3 (IIRC).&lt;br&gt;
&lt;br&gt;
You either create a DLL using MATLAB compiler and then use it in your code  &lt;br&gt;
or consider using the COM interface to the MATLAB Engine:&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Please find more details online at:&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f15075.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f15075.html&lt;/a&gt;&lt;br&gt;
Or please paste this in the MATLAB command window:&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;web([docroot,'/techdoc/matlab_external/f15075.html'])&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Or maybe you could tell us exactly how you planned to &quot;use it from Visual  &lt;br&gt;
C++ 2008&quot;.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
On Mon, 23 Jun 2008 06:15:05 -0400, Tiago da Silva &amp;lt;besbatti@gmail.com&amp;gt;  &lt;br&gt;
wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; Hi there,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I just got Matlab r2008a from my University here in Japan,&lt;br&gt;
&amp;gt; and I hoped to use it from Visual C++ 2008.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; The problem is, when I finished installing it, I could not&lt;br&gt;
&amp;gt; find &quot;matlab.hpp&quot;, even though I have performed a full instal...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; What am I doing wrong?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thx in advance,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Tiago</description>
    </item>
    <item>
      <pubDate>Tue, 24 Jun 2008 01:50:19 -0400</pubDate>
      <title>Re: Help integrating Matlab and Visual C++</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/171381#439193</link>
      <author>Tiago da Silva</author>
      <description>I didn't know it was no longer possible...&lt;br&gt;
&lt;br&gt;
whar I wanted to do was to use some camera calibration&lt;br&gt;
routines I wrote in Matlab, and some other functions such as&lt;br&gt;
singular value decomposition and some other ones from the&lt;br&gt;
Image Processing library.&lt;br&gt;
&lt;br&gt;
Thanks for the links. I'm checking them out.&lt;br&gt;
&lt;br&gt;
Tiago&lt;br&gt;
&lt;br&gt;
&quot;Ashish Uthama&quot; &amp;lt;ashishu@ece.ubc.ca&amp;gt; wrote in message&lt;br&gt;
&amp;lt;op.uc74jhe3xwvkfj@uthamaa.dhcp.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; If you were looking to compile C++ code along with &quot;MATLAB&lt;br&gt;
code&quot; (Which is  &lt;br&gt;
&amp;gt; why I presume you are looking for matlab.hpp), this is no&lt;br&gt;
longer possible  &lt;br&gt;
&amp;gt; since R14SP3 (IIRC).&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; You either create a DLL using MATLAB compiler and then use&lt;br&gt;
it in your code  &lt;br&gt;
&amp;gt; or consider using the COM interface to the MATLAB Engine:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Please find more details online at:&lt;br&gt;
&amp;gt;     &lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f15075.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f15075.html&lt;/a&gt;&lt;br&gt;
&amp;gt; Or please paste this in the MATLAB command window:&lt;br&gt;
&amp;gt;      web([docroot,'/techdoc/matlab_external/f15075.html'])&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Or maybe you could tell us exactly how you planned to &quot;use&lt;br&gt;
it from Visual  &lt;br&gt;
&amp;gt; C++ 2008&quot;.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; On Mon, 23 Jun 2008 06:15:05 -0400, Tiago da Silva&lt;br&gt;
&amp;lt;besbatti@gmail.com&amp;gt;  &lt;br&gt;
&amp;gt; wrote:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Hi there,&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; I just got Matlab r2008a from my University here in Japan,&lt;br&gt;
&amp;gt; &amp;gt; and I hoped to use it from Visual C++ 2008.&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; The problem is, when I finished installing it, I could not&lt;br&gt;
&amp;gt; &amp;gt; find &quot;matlab.hpp&quot;, even though I have performed a full&lt;br&gt;
instal...&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; What am I doing wrong?&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Thx in advance,&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Tiago&lt;br&gt;
&amp;gt; </description>
    </item>
    <item>
      <pubDate>Tue, 24 Jun 2008 03:44:03 -0400</pubDate>
      <title>Re: Help integrating Matlab and Visual C++</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/171381#439201</link>
      <author>Tiago da Silva</author>
      <description>I have found a very good and simple to follow tutorial in here&lt;br&gt;
&lt;br&gt;
www.soe.ucsc.edu/classes/cmps060m/Spring06/ma/cdabney19/MatLab%20API%20to%20C++.ppt&lt;br&gt;
&lt;br&gt;
Cheers&lt;br&gt;
&lt;br&gt;
&quot;Tiago da Silva&quot; &amp;lt;besbatti@gmail.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;g3pjsr$rgi$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I didn't know it was no longer possible...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; whar I wanted to do was to use some camera calibration&lt;br&gt;
&amp;gt; routines I wrote in Matlab, and some other functions such as&lt;br&gt;
&amp;gt; singular value decomposition and some other ones from the&lt;br&gt;
&amp;gt; Image Processing library.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks for the links. I'm checking them out.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Tiago&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &quot;Ashish Uthama&quot; &amp;lt;ashishu@ece.ubc.ca&amp;gt; wrote in message&lt;br&gt;
&amp;gt; &amp;lt;op.uc74jhe3xwvkfj@uthamaa.dhcp.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; If you were looking to compile C++ code along with &quot;MATLAB&lt;br&gt;
&amp;gt; code&quot; (Which is  &lt;br&gt;
&amp;gt; &amp;gt; why I presume you are looking for matlab.hpp), this is no&lt;br&gt;
&amp;gt; longer possible  &lt;br&gt;
&amp;gt; &amp;gt; since R14SP3 (IIRC).&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; You either create a DLL using MATLAB compiler and then use&lt;br&gt;
&amp;gt; it in your code  &lt;br&gt;
&amp;gt; &amp;gt; or consider using the COM interface to the MATLAB Engine:&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Please find more details online at:&lt;br&gt;
&amp;gt; &amp;gt;     &lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f15075.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f15075.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; Or please paste this in the MATLAB command window:&lt;br&gt;
&amp;gt; &amp;gt;      web([docroot,'/techdoc/matlab_external/f15075.html'])&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Or maybe you could tell us exactly how you planned to &quot;use&lt;br&gt;
&amp;gt; it from Visual  &lt;br&gt;
&amp;gt; &amp;gt; C++ 2008&quot;.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; On Mon, 23 Jun 2008 06:15:05 -0400, Tiago da Silva&lt;br&gt;
&amp;gt; &amp;lt;besbatti@gmail.com&amp;gt;  &lt;br&gt;
&amp;gt; &amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Hi there,&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; I just got Matlab r2008a from my University here in Japan,&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; and I hoped to use it from Visual C++ 2008.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; The problem is, when I finished installing it, I could not&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; find &quot;matlab.hpp&quot;, even though I have performed a full&lt;br&gt;
&amp;gt; instal...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; What am I doing wrong?&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Thx in advance,&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Tiago&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; </description>
    </item>
  </channel>
</rss>

