<?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: Tips for accelerating Matlab performance	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/tips-for-accelerating-matlab-performance/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/tips-for-accelerating-matlab-performance?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tips-for-accelerating-matlab-performance</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Sun, 22 Oct 2017 06:19:24 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/tips-for-accelerating-matlab-performance#comment-415342</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Sun, 22 Oct 2017 06:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=7099#comment-415342</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/tips-for-accelerating-matlab-performance#comment-415324&quot;&gt;Collin&lt;/a&gt;.

@Collin - I&#039;ll be happy to assist you by spending time to investigate this for you, but I would naturally expect to be compensated for my time and expertise. Email me (altmany at gmail) if you&#039;re interested.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/tips-for-accelerating-matlab-performance#comment-415324">Collin</a>.</p>
<p>@Collin &#8211; I&#8217;ll be happy to assist you by spending time to investigate this for you, but I would naturally expect to be compensated for my time and expertise. Email me (altmany at gmail) if you&#8217;re interested.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Collin		</title>
		<link>https://undocumentedmatlab.com/articles/tips-for-accelerating-matlab-performance#comment-415324</link>

		<dc:creator><![CDATA[Collin]]></dc:creator>
		<pubDate>Sat, 21 Oct 2017 21:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=7099#comment-415324</guid>

					<description><![CDATA[Yair,

Excellent advice as always.

I&#039;m attempting to incorporate a breadcrumb bar into a GUI. After failing to get JIDE&#039;s (com.jidesoft.navigation.BreadcrumbBar) to work, I tried Mathwork&#039;s Addressbar...

&lt;pre lang=&quot;matlab&quot;&gt;
vfs = com.mathworks.mlwidgets.explorer.model.vfs.VirtualFileSystem;
extReqistry =  com.mathworks.mlwidgets.explorer.model.ExplorerExtensionRegistry.getInstance;
fileLocation = com.mathworks.matlab.api.explorer.FileLocation(pwd);
navContext = com.mathworks.mlwidgets.explorer.model.navigation.NavigationContext(vfs,extReqistry,fileLocation);
jAddressBar = com.mathworks.mlwidgets.explorer.widgets.address.AddressBar(navContext);
%..........................
jhFrame.add(jAddressBar.getComponent,&#039;North&#039;);
&lt;/pre&gt;

Which seems to look and function correctly.  I just cannot figure out how to get the dataChangeNotifiction callbacks in Matlab. 
Do you have any suggestions?

Sincerly

Collin]]></description>
			<content:encoded><![CDATA[<p>Yair,</p>
<p>Excellent advice as always.</p>
<p>I&#8217;m attempting to incorporate a breadcrumb bar into a GUI. After failing to get JIDE&#8217;s (com.jidesoft.navigation.BreadcrumbBar) to work, I tried Mathwork&#8217;s Addressbar&#8230;</p>
<pre lang="matlab">
vfs = com.mathworks.mlwidgets.explorer.model.vfs.VirtualFileSystem;
extReqistry =  com.mathworks.mlwidgets.explorer.model.ExplorerExtensionRegistry.getInstance;
fileLocation = com.mathworks.matlab.api.explorer.FileLocation(pwd);
navContext = com.mathworks.mlwidgets.explorer.model.navigation.NavigationContext(vfs,extReqistry,fileLocation);
jAddressBar = com.mathworks.mlwidgets.explorer.widgets.address.AddressBar(navContext);
%..........................
jhFrame.add(jAddressBar.getComponent,'North');
</pre>
<p>Which seems to look and function correctly.  I just cannot figure out how to get the dataChangeNotifiction callbacks in Matlab.<br />
Do you have any suggestions?</p>
<p>Sincerly</p>
<p>Collin</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
