<?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: Matlab toolstrip – part 8 (galleries)	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/matlab-toolstrip-part-8-galleries/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/matlab-toolstrip-part-8-galleries?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=matlab-toolstrip-part-8-galleries</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Mon, 04 Feb 2019 11:47:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Gep		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-toolstrip-part-8-galleries#comment-460103</link>

		<dc:creator><![CDATA[Gep]]></dc:creator>
		<pubDate>Mon, 04 Feb 2019 11:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=8321#comment-460103</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/matlab-toolstrip-part-8-galleries#comment-460101&quot;&gt;Yair Altman&lt;/a&gt;.

Can&#039;t thank you enough for your quick response.
Hope the api doesn&#039;t change much so we can play as long as possible :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/matlab-toolstrip-part-8-galleries#comment-460101">Yair Altman</a>.</p>
<p>Can&#8217;t thank you enough for your quick response.<br />
Hope the api doesn&#8217;t change much so we can play as long as possible 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-toolstrip-part-8-galleries#comment-460101</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Mon, 04 Feb 2019 11:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=8321#comment-460101</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/matlab-toolstrip-part-8-galleries#comment-460100&quot;&gt;Gep&lt;/a&gt;.

I think the only major performance hit is in the initial rendering. I did not notice any sluggishness when updating the internal figures, but I never ran a thorough benchmark.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/matlab-toolstrip-part-8-galleries#comment-460100">Gep</a>.</p>
<p>I think the only major performance hit is in the initial rendering. I did not notice any sluggishness when updating the internal figures, but I never ran a thorough benchmark.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gep		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-toolstrip-part-8-galleries#comment-460100</link>

		<dc:creator><![CDATA[Gep]]></dc:creator>
		<pubDate>Mon, 04 Feb 2019 11:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=8321#comment-460100</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/matlab-toolstrip-part-8-galleries#comment-460093&quot;&gt;Yair Altman&lt;/a&gt;.

Thank you for your answer. 
Except the initial performance hit you mentioned when rendering the figure with toolstrip for the first time, is there also a UI response degradation while using/updating the figure axes/contents assuming option 1 (pure legacy figures) ?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/matlab-toolstrip-part-8-galleries#comment-460093">Yair Altman</a>.</p>
<p>Thank you for your answer.<br />
Except the initial performance hit you mentioned when rendering the figure with toolstrip for the first time, is there also a UI response degradation while using/updating the figure axes/contents assuming option 1 (pure legacy figures) ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-toolstrip-part-8-galleries#comment-460093</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Mon, 04 Feb 2019 10:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=8321#comment-460093</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/matlab-toolstrip-part-8-galleries#comment-460092&quot;&gt;gep&lt;/a&gt;.

@Gep - yes, apps and toolstrip take a few seconds to render before being ready. This is noticeably slower than corresponding legacy (Java-based figure) GUIs. Hopefully the performance will improve in future Matlab releases. 

That being said, apps and toolstrips provide a radically different way for UI interactivity than the legacy GUI, and the performance impact might well be offset by the sleek-looking appearance. This tradeoff is not much different from that of AppDesigner-vs.-GUIDE -- AppDesigner-created uifigures display much more polished UIs than GUIDE, yet are significantly slower to render. 

The big benefit here is that you have a choice. You can decide for yourself, based on your specific needs and aesthetic preferences, whether to base your GUI on (1) pure legacy figures, or (2) a combination of apps/toolstrips/figures, or (3) pure AppDesigner/uifigures. I am a strong advocate of not hiding the full set of available tools from users, and letting users decide for themselves what&#039;s best for them.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/matlab-toolstrip-part-8-galleries#comment-460092">gep</a>.</p>
<p>@Gep &#8211; yes, apps and toolstrip take a few seconds to render before being ready. This is noticeably slower than corresponding legacy (Java-based figure) GUIs. Hopefully the performance will improve in future Matlab releases. </p>
<p>That being said, apps and toolstrips provide a radically different way for UI interactivity than the legacy GUI, and the performance impact might well be offset by the sleek-looking appearance. This tradeoff is not much different from that of AppDesigner-vs.-GUIDE &#8212; AppDesigner-created uifigures display much more polished UIs than GUIDE, yet are significantly slower to render. </p>
<p>The big benefit here is that you have a choice. You can decide for yourself, based on your specific needs and aesthetic preferences, whether to base your GUI on (1) pure legacy figures, or (2) a combination of apps/toolstrips/figures, or (3) pure AppDesigner/uifigures. I am a strong advocate of not hiding the full set of available tools from users, and letting users decide for themselves what&#8217;s best for them.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: gep		</title>
		<link>https://undocumentedmatlab.com/articles/matlab-toolstrip-part-8-galleries#comment-460092</link>

		<dc:creator><![CDATA[gep]]></dc:creator>
		<pubDate>Mon, 04 Feb 2019 10:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=8321#comment-460092</guid>

					<description><![CDATA[Hello and thank you for all the toolstrip tips :)

I have one question w.r.t. to performance: assuming a gui app, not based on GUIDE, which is fairly optimized (I am following your advice/books for years), is there a significant overhead converting/using a toolstrip?]]></description>
			<content:encoded><![CDATA[<p>Hello and thank you for all the toolstrip tips 🙂</p>
<p>I have one question w.r.t. to performance: assuming a gui app, not based on GUIDE, which is fairly optimized (I am following your advice/books for years), is there a significant overhead converting/using a toolstrip?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
