<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/170217</link>
    <title>MATLAB Central Newsreader - Matlab Engine on another computer</title>
    <description>Feed for thread: Matlab Engine on another computer</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>Fri, 30 May 2008 16:20:01 -0400</pubDate>
      <title>Matlab Engine on another computer</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/170217#435074</link>
      <author>badluck066@gmail.com</author>
      <description>Is there a way to make a standalone application using the Matlab&lt;br&gt;
Engine to work on another computer that doesn't have Matlab ?&lt;br&gt;
&lt;br&gt;
if yes&lt;br&gt;
What is neccessary to make it work ? DLL, anything ? thanks&lt;br&gt;
&lt;br&gt;
if no&lt;br&gt;
well thanks for the information&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
I am running Matlab 2008a On windows Xp sp2.&lt;br&gt;
Using Visual Studio 2008, loading matlab engine from a c++ application.</description>
    </item>
    <item>
      <pubDate>Fri, 30 May 2008 16:22:18 -0400</pubDate>
      <title>Re: Matlab Engine on another computer</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/170217#435076</link>
      <author>roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson)</author>
      <description>In article &amp;lt;707bd891-8a0f-44ae-86a6-6b9148c1f7bd@m3g2000hsc.googlegroups.com&amp;gt;,&lt;br&gt;
&amp;nbsp;&amp;lt;badluck066@gmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt;Is there a way to make a standalone application using the Matlab&lt;br&gt;
&amp;gt;Engine to work on another computer that doesn't have Matlab ?&lt;br&gt;
&lt;br&gt;
Yes.&lt;br&gt;
&lt;br&gt;
&amp;gt;if yes&lt;br&gt;
&amp;gt;What is neccessary to make it work ? DLL, anything ? thanks&lt;br&gt;
&lt;br&gt;
The optional (extra-cost) Mathworks product &quot;Matlab Compiler&quot;.&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/products/compiler/&quot;&gt;http://www.mathworks.com/products/compiler/&lt;/a&gt;&lt;br&gt;
-- &lt;br&gt;
&amp;nbsp;&amp;nbsp;&quot;Tired minds don't plan well. Sleep first, plan later.&quot;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-- Walter Reisch</description>
    </item>
    <item>
      <pubDate>Fri, 30 May 2008 16:27:13 -0400</pubDate>
      <title>Re: Matlab Engine on another computer</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/170217#435079</link>
      <author>badluck066@gmail.com</author>
      <description>Ok, so it won't work if i compile it directly from the visual studio,&lt;br&gt;
thanks for the help.&lt;br&gt;
Will look into this.</description>
    </item>
    <item>
      <pubDate>Fri, 30 May 2008 16:52:02 -0400</pubDate>
      <title>Re: Matlab Engine on another computer</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/170217#435084</link>
      <author>roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson)</author>
      <description>In article &amp;lt;861b4aa1-52bd-41d2-93d9-ce5516a9f4d5@y21g2000hsf.googlegroups.com&amp;gt;,&lt;br&gt;
&amp;nbsp;&amp;lt;badluck066@gmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt;Ok, so it won't work if i compile it directly from the visual studio,&lt;br&gt;
&lt;br&gt;
Nope. If you were using Unix you could use engOpen() passing in the&lt;br&gt;
hostname of the system that had Matlab. However, you are using Windows XP&lt;br&gt;
and on MS Windows the startcmd argument must be NULL.&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;On Windows systems, engOpen opens a COM channel to MATLAB. This&lt;br&gt;
&amp;nbsp;&amp;nbsp;starts the MATLAB software that was registered during installation.&lt;br&gt;
&amp;nbsp;&amp;nbsp;If you did not register during installation, on the command line you&lt;br&gt;
&amp;nbsp;&amp;nbsp;can enter the command:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;matlab /regserver&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
*Possibly* you would be able to register a remote matlab as a&lt;br&gt;
&quot;Remote Out-of Process Server&quot; -- the documentation indicates that in&lt;br&gt;
general Matlab supports such servers through COM objects, but I don't&lt;br&gt;
know enough about the technology or how Matlab uses it to know whether&lt;br&gt;
a you can link to a remote Matlab that way.&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
&amp;nbsp;&amp;nbsp;&quot;Walter is undoubtedly the country's and club's most popular player.&quot;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-- vitalfootball.co.uk</description>
    </item>
    <item>
      <pubDate>Fri, 30 May 2008 17:11:32 -0400</pubDate>
      <title>Re: Matlab Engine on another computer</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/170217#435086</link>
      <author>badluck066@gmail.com</author>
      <description>&amp;gt;   matlab /regserver&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; *Possibly* you would be able to register a remote matlab as a&lt;br&gt;
&amp;gt; &quot;Remote Out-of Process Server&quot; -- the documentation indicates that in&lt;br&gt;
&amp;gt; general Matlab supports such servers through COM objects, but I don't&lt;br&gt;
&amp;gt; know enough about the technology or how Matlab uses it to know whether&lt;br&gt;
&amp;gt; a you can link to a remote Matlab that way.&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-- vitalfootball.co.uk&lt;br&gt;
&lt;br&gt;
hmm so if i get it right :&lt;br&gt;
&lt;br&gt;
To work, Matlab Engine absolutly need an installation of matlab&lt;br&gt;
somewhere.&lt;br&gt;
I probably can, connect to a matlab engine if i register it as a&lt;br&gt;
&quot;Remote Out-of Process Server&quot; (I guess this will be slower)&lt;br&gt;
Linux would be much simpler ( unfortunately i am stuck on widows )&lt;br&gt;
&lt;br&gt;
Thanka lot for all the information.&lt;br&gt;
You where very helpfull</description>
    </item>
  </channel>
</rss>

