<?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; local MatlabControl part 1	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/jmi-wrapper-local-matlabcontrol-part-1/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/jmi-wrapper-local-matlabcontrol-part-1?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jmi-wrapper-local-matlabcontrol-part-1</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Mon, 21 May 2012 11:05:42 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.3</generator>
	<item>
		<title>
		By: Vlad		</title>
		<link>https://undocumentedmatlab.com/articles/jmi-wrapper-local-matlabcontrol-part-1#comment-86962</link>

		<dc:creator><![CDATA[Vlad]]></dc:creator>
		<pubDate>Mon, 21 May 2012 11:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1354#comment-86962</guid>

					<description><![CDATA[Hi,

could you post an example, how to get/set cell and struct arrays with matlabcontrol library form remote java code?
for example i have a 1x1 struct array variable S in workspace (marker: &#039;p&#039;, value: 80, factor: &#039;0.001&#039;, unit: &#039;mm&#039;) and want to get it

thanks, Vlad]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>could you post an example, how to get/set cell and struct arrays with matlabcontrol library form remote java code?<br />
for example i have a 1&#215;1 struct array variable S in workspace (marker: &#8216;p&#8217;, value: 80, factor: &#8216;0.001&#8217;, unit: &#8216;mm&#8217;) and want to get it</p>
<p>thanks, Vlad</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: shashank		</title>
		<link>https://undocumentedmatlab.com/articles/jmi-wrapper-local-matlabcontrol-part-1#comment-73505</link>

		<dc:creator><![CDATA[shashank]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 17:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1354#comment-73505</guid>

					<description><![CDATA[Hi Yair

I tried both(dynamic using JAVAADDPATH and static editing classpath.ext) ways of adding matlabcontrol-4.0.0.jar file but still matlab throws following error
??? Undefined variable &quot;LocalMatlabProxy&quot;

Please help me to resolve above error , I&#039;m using matlab R2007a version]]></description>
			<content:encoded><![CDATA[<p>Hi Yair</p>
<p>I tried both(dynamic using JAVAADDPATH and static editing classpath.ext) ways of adding matlabcontrol-4.0.0.jar file but still matlab throws following error<br />
??? Undefined variable &#8220;LocalMatlabProxy&#8221;</p>
<p>Please help me to resolve above error , I&#8217;m using matlab R2007a version</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/jmi-wrapper-local-matlabcontrol-part-1#comment-22766</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Mon, 15 Nov 2010 06:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1354#comment-22766</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/jmi-wrapper-local-matlabcontrol-part-1#comment-22747&quot;&gt;georgeek&lt;/a&gt;.

@georgeek - your example just illustrated the point that you need to use &lt;i&gt;&lt;b&gt;eval&lt;/b&gt;&lt;/i&gt;... :-)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/jmi-wrapper-local-matlabcontrol-part-1#comment-22747">georgeek</a>.</p>
<p>@georgeek &#8211; your example just illustrated the point that you need to use <i><b>eval</b></i>&#8230; 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: georgeek		</title>
		<link>https://undocumentedmatlab.com/articles/jmi-wrapper-local-matlabcontrol-part-1#comment-22747</link>

		<dc:creator><![CDATA[georgeek]]></dc:creator>
		<pubDate>Sun, 14 Nov 2010 21:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1354#comment-22747</guid>

					<description><![CDATA[Hi, 
I disagree with the: &quot;only way to interact with Matlab variables is via eval() methods; feval() will not work&quot; . I think that it can be made with feval way too, its more code but functional: 
&lt;pre lang=&quot;matlab&quot;&gt;
a=5;
LocalMatlabProxy.feval(&#039;eval&#039;,&#039;sqrt(a)&#039;); 
 &lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
I disagree with the: &#8220;only way to interact with Matlab variables is via eval() methods; feval() will not work&#8221; . I think that it can be made with feval way too, its more code but functional: </p>
<pre lang="matlab">
a=5;
LocalMatlabProxy.feval('eval','sqrt(a)'); 
 </pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/jmi-wrapper-local-matlabcontrol-part-1#comment-20273</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Mon, 18 Oct 2010 18:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1354#comment-20273</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/jmi-wrapper-local-matlabcontrol-part-1#comment-20253&quot;&gt;Lakshmi&lt;/a&gt;.

@Laksmi - take a look at the &lt;a href=&quot;http://undocumentedmatlab.com/blog/jmi-wrapper-local-matlabcontrol-part-2/&quot; rel=&quot;nofollow&quot;&gt;next&lt;/a&gt; article in the JMI series for an explanation on how to use the MatlabControl package to activate Matlab commands from within your Java code.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/jmi-wrapper-local-matlabcontrol-part-1#comment-20253">Lakshmi</a>.</p>
<p>@Laksmi &#8211; take a look at the <a href="http://undocumentedmatlab.com/blog/jmi-wrapper-local-matlabcontrol-part-2/" rel="nofollow">next</a> article in the JMI series for an explanation on how to use the MatlabControl package to activate Matlab commands from within your Java code.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lakshmi		</title>
		<link>https://undocumentedmatlab.com/articles/jmi-wrapper-local-matlabcontrol-part-1#comment-20253</link>

		<dc:creator><![CDATA[Lakshmi]]></dc:creator>
		<pubDate>Mon, 18 Oct 2010 11:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1354#comment-20253</guid>

					<description><![CDATA[hey, i wanted to use the &#039;&lt;i&gt;&lt;b&gt;plot&lt;/b&gt;&lt;/i&gt;&#039; command available in matlab in my java program. Can you tell me which package i should use for it?]]></description>
			<content:encoded><![CDATA[<p>hey, i wanted to use the &#8216;<i><b>plot</b></i>&#8216; command available in matlab in my java program. Can you tell me which package i should use for it?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
