<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: JMI wrapper &#8211; remote MatlabControl	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jmi-wrapper-remote-matlabcontrol</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Fri, 30 Nov 2012 14:36:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Haider		</title>
		<link>https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-128122</link>

		<dc:creator><![CDATA[Haider]]></dc:creator>
		<pubDate>Fri, 30 Nov 2012 14:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1539#comment-128122</guid>

					<description><![CDATA[Hi, I am taking an image as input from JAVA GUI and want to pass that image to matlab custom-function named as abc.m. Its prototype is

&lt;pre lang=&quot;matlab&quot;&gt;
function[outputImage,skew_angle]= abc(R,Intensity)
&lt;/pre&gt;

Its takes the image path in &#039;R&#039; and intensity in &#039;Intensity&#039; variable. But I am unable to call the function. I am adding the path before calling the function using &lt;pre lang=&quot;matlab&quot;&gt;addpath&lt;/pre&gt; function of matlab from java and then &lt;pre lang=&quot;matlab&quot;&gt;rmpath&lt;/pre&gt; after the calling of the function but matlab command window says: &lt;pre lang=&quot;matlab&quot;&gt;&quot;Undefined function or variable &#039;abc(D:\FYP\haider\haider\Image0001.jpg, 0)&#039;.&quot;&lt;/pre&gt;

Any help sooner will be much appreciated.

Thanks.]]></description>
			<content:encoded><![CDATA[<p>Hi, I am taking an image as input from JAVA GUI and want to pass that image to matlab custom-function named as abc.m. Its prototype is</p>
<pre lang="matlab">
function[outputImage,skew_angle]= abc(R,Intensity)
</pre>
<p>Its takes the image path in &#8216;R&#8217; and intensity in &#8216;Intensity&#8217; variable. But I am unable to call the function. I am adding the path before calling the function using </p>
<pre lang="matlab">addpath</pre>
<p> function of matlab from java and then </p>
<pre lang="matlab">rmpath</pre>
<p> after the calling of the function but matlab command window says: </p>
<pre lang="matlab">"Undefined function or variable 'abc(D:\FYP\haider\haider\Image0001.jpg, 0)'."</pre>
<p>Any help sooner will be much appreciated.</p>
<p>Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Malcolm Lidierth		</title>
		<link>https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-112974</link>

		<dc:creator><![CDATA[Malcolm Lidierth]]></dc:creator>
		<pubDate>Fri, 05 Oct 2012 12:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1539#comment-112974</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-112930&quot;&gt;David&lt;/a&gt;.

@David
I have not used matlabcontrol for a while, but recall you have an option when connecting to either create a new MATLAB instance or connect to an existing one. It sounds like you are electing to create a new one each time. It also sounds like your functions could share a static instance of the MATLAB engine.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-112930">David</a>.</p>
<p>@David<br />
I have not used matlabcontrol for a while, but recall you have an option when connecting to either create a new MATLAB instance or connect to an existing one. It sounds like you are electing to create a new one each time. It also sounds like your functions could share a static instance of the MATLAB engine.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David		</title>
		<link>https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-112930</link>

		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Fri, 05 Oct 2012 06:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1539#comment-112930</guid>

					<description><![CDATA[Hi!

I have a problem with Matlabcontrol. When I call multiple Matlab functions from Java while running only one application; one Matlab command window opens for every function I call. This leads to having 10+ command windows opened during a simulation and it makes everything very slow. Do you have any suggestions?]]></description>
			<content:encoded><![CDATA[<p>Hi!</p>
<p>I have a problem with Matlabcontrol. When I call multiple Matlab functions from Java while running only one application; one Matlab command window opens for every function I call. This leads to having 10+ command windows opened during a simulation and it makes everything very slow. Do you have any suggestions?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-72673</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Sun, 29 Jan 2012 23:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1539#comment-72673</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-72672&quot;&gt;will&lt;/a&gt;.

@Will - I suggest that you contact Josh Kaplan (author of matlabcontrol) directly or via the matlabcontrol webpage.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-72672">will</a>.</p>
<p>@Will &#8211; I suggest that you contact Josh Kaplan (author of matlabcontrol) directly or via the matlabcontrol webpage.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: will		</title>
		<link>https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-72672</link>

		<dc:creator><![CDATA[will]]></dc:creator>
		<pubDate>Sun, 29 Jan 2012 23:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1539#comment-72672</guid>

					<description><![CDATA[Hi,
Thanks a lot for your efforts! But I&#039;ve got a problem;
In my netbeans 7.0 platform, I used the library wrapper wizard to connect to matlabcontrol.jar. I then created a java class and tried run the source file. I got errors which I believe concern my Java classpath as shown below; 

matlabcontrol.RemoteMatlabProxy is not public in matlabcontrol; cannot be accessed from outside package

exception matlabcontrol.MatlabInvocationException is never thrown in body of corresponding try statement
---- 

Please please just help me, i&#039;m doing my final year project and the deadline, man... help!
  thanks.]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
Thanks a lot for your efforts! But I&#8217;ve got a problem;<br />
In my netbeans 7.0 platform, I used the library wrapper wizard to connect to matlabcontrol.jar. I then created a java class and tried run the source file. I got errors which I believe concern my Java classpath as shown below; </p>
<p>matlabcontrol.RemoteMatlabProxy is not public in matlabcontrol; cannot be accessed from outside package</p>
<p>exception matlabcontrol.MatlabInvocationException is never thrown in body of corresponding try statement<br />
&#8212;- </p>
<p>Please please just help me, i&#8217;m doing my final year project and the deadline, man&#8230; help!<br />
  thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-59986</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Fri, 21 Oct 2011 08:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1539#comment-59986</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-59979&quot;&gt;Misha&lt;/a&gt;.

@Misha and Naresh - debugging MATLAB via jdb is described &lt;a target=&quot;_blank&quot; href=&quot;https://www.mathworks.com/matlabcentral/newsreader/view_thread/155261#404006&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; and &lt;a target=&quot;_blank&quot; href=&quot;http://bit.ly/9taZaZ&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. I plan to post an article about this sometime in the coming months.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-59979">Misha</a>.</p>
<p>@Misha and Naresh &#8211; debugging MATLAB via jdb is described <a target="_blank" href="https://www.mathworks.com/matlabcentral/newsreader/view_thread/155261#404006" rel="nofollow">here</a> and <a target="_blank" href="http://bit.ly/9taZaZ" rel="nofollow">here</a>. I plan to post an article about this sometime in the coming months.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Misha		</title>
		<link>https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-59979</link>

		<dc:creator><![CDATA[Misha]]></dc:creator>
		<pubDate>Fri, 21 Oct 2011 06:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1539#comment-59979</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-50719&quot;&gt;Naresh&lt;/a&gt;.

Hey Naresh, have you found a solution for Debugging an already-open Matlab session can be done with jdb over a dedicated port?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-50719">Naresh</a>.</p>
<p>Hey Naresh, have you found a solution for Debugging an already-open Matlab session can be done with jdb over a dedicated port?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Naresh		</title>
		<link>https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-50719</link>

		<dc:creator><![CDATA[Naresh]]></dc:creator>
		<pubDate>Fri, 08 Jul 2011 22:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1539#comment-50719</guid>

					<description><![CDATA[Hi,

            I saw a point in this post which says&quot;Debugging an already-open Matlab session can be done with jdb over a dedicated port&quot; Can somebody please help me in doing this. I am now able to launch single matlab session when i execute RemoteExample. But every time I execute, a new matlab session will appear. But I want a single matlab session to handle every time i run RemoteExample.

Thanks in advance.

Regards
Naresh]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>            I saw a point in this post which says&#8221;Debugging an already-open Matlab session can be done with jdb over a dedicated port&#8221; Can somebody please help me in doing this. I am now able to launch single matlab session when i execute RemoteExample. But every time I execute, a new matlab session will appear. But I want a single matlab session to handle every time i run RemoteExample.</p>
<p>Thanks in advance.</p>
<p>Regards<br />
Naresh</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: radioactivepear		</title>
		<link>https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-42821</link>

		<dc:creator><![CDATA[radioactivepear]]></dc:creator>
		<pubDate>Fri, 06 May 2011 23:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1539#comment-42821</guid>

					<description><![CDATA[Hello. I am using version R2010a of MATLAB on a Mac (OS X 10.6). While the local examples in which java is invoked from within MATLAB all work fine, I cannot get the remote examples to work. MATLAB fails to start. For example, I launch RemoteExample.jar and then press &quot;Connect&quot;. Nothing happens, not even an error. In my own java code, calls to getProxy()  timeout. Any advice would be greatly appreciated.
Thank you!]]></description>
			<content:encoded><![CDATA[<p>Hello. I am using version R2010a of MATLAB on a Mac (OS X 10.6). While the local examples in which java is invoked from within MATLAB all work fine, I cannot get the remote examples to work. MATLAB fails to start. For example, I launch RemoteExample.jar and then press &#8220;Connect&#8221;. Nothing happens, not even an error. In my own java code, calls to getProxy()  timeout. Any advice would be greatly appreciated.<br />
Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sherif Elnabarawy		</title>
		<link>https://undocumentedmatlab.com/articles/jmi-wrapper-remote-matlabcontrol#comment-40690</link>

		<dc:creator><![CDATA[Sherif Elnabarawy]]></dc:creator>
		<pubDate>Wed, 20 Apr 2011 11:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1539#comment-40690</guid>

					<description><![CDATA[I tried to compile the source code of the example but it didn&#039;t work , the matlab opens and hangs .. although the downloaded compiled jar works fine ! is there anything i may be missing in compiling ?!
thanks a lot :)]]></description>
			<content:encoded><![CDATA[<p>I tried to compile the source code of the example but it didn&#8217;t work , the matlab opens and hangs .. although the downloaded compiled jar works fine ! is there anything i may be missing in compiling ?!<br />
thanks a lot 🙂</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
