<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/260855</link>
    <title>MATLAB Central Newsreader - opening full matlab with engopen</title>
    <description>Feed for thread: opening full matlab with engopen</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>Tue, 15 Sep 2009 09:12:02 -0400</pubDate>
      <title>opening full matlab with engopen</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/260855#680198</link>
      <author>dimitri k</author>
      <description>Hi,&lt;br&gt;
I am using the engOpen function to communicate with matlab from C and Fortran programs (via the COM server).&lt;br&gt;
However, it only opens the &quot;automation&quot; version of matlab. Ideally I would like the full version (with toolbars, etc) to open.&lt;br&gt;
I assume this must be possible?&lt;br&gt;
thanks in advance&lt;br&gt;
dimitri</description>
    </item>
    <item>
      <pubDate>Tue, 03 Nov 2009 09:40:06 -0500</pubDate>
      <title>Re: opening full matlab with engopen</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/260855#691663</link>
      <author>Murali Manohara Chembarpu</author>
      <description>Even I want to do the same thing, but did not get any solution so far. </description>
    </item>
    <item>
      <pubDate>Sat, 07 Nov 2009 05:39:01 -0500</pubDate>
      <title>Re: opening full matlab with engopen</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/260855#692848</link>
      <author>Richard Primerano</author>
      <description>In Windows, this works.&lt;br&gt;
&lt;br&gt;
Start Matlab from the command line, using the following options:&lt;br&gt;
C:\Program Files\MATLAB\R2009a\bin\matlab.exe -automation -desktop&lt;br&gt;
&lt;br&gt;
This starts the Automation server, but with the Matlab desktop displayed too (it won't display by default). In your C program, use engSetVisible(ep, 0) to keep the extra command line from popping up.&lt;br&gt;
&lt;br&gt;
if (!(ep = engOpen(NULL)))&lt;br&gt;
{&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;fprintf(stderr, &quot;\nCan't start MATLAB engine\n&quot;);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return EXIT_FAILURE;&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
engSetVisible(ep, 0);</description>
    </item>
    <item>
      <pubDate>Mon, 09 Nov 2009 04:16:02 -0500</pubDate>
      <title>Re: opening full matlab with engopen</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/260855#693135</link>
      <author>Murali Manohara Chembarpu</author>
      <description>I've been trying to do the same in JAVA using JMatLink. in JMatLink, 'engOpen' does not return any handle (in Windows platform). so i am not able to do 'engSetVisible(ep, 0);'&lt;br&gt;
&lt;br&gt;
i got JMatLink from here: &lt;a href=&quot;http://www.held-mueller.de/JMatLink/&quot;&gt;http://www.held-mueller.de/JMatLink/&lt;/a&gt;</description>
    </item>
  </channel>
</rss>

