<?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: Customizing uifigures part 2	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/customizing-uifigures-part-2/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/customizing-uifigures-part-2?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=customizing-uifigures-part-2</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Tue, 11 Apr 2023 09:42:34 +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/customizing-uifigures-part-2#comment-521061</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Tue, 11 Apr 2023 09:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=6635#comment-521061</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/customizing-uifigures-part-2#comment-520748&quot;&gt;João Neves&lt;/a&gt;.

To debug uifigures in an external browser (e.g. to see the internal HTML/CSS) we need to first set Matlab to enable such debugging. I updated Step #2 above with the relevant information for this.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/customizing-uifigures-part-2#comment-520748">João Neves</a>.</p>
<p>To debug uifigures in an external browser (e.g. to see the internal HTML/CSS) we need to first set Matlab to enable such debugging. I updated Step #2 above with the relevant information for this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: João Neves		</title>
		<link>https://undocumentedmatlab.com/articles/customizing-uifigures-part-2#comment-520748</link>

		<dc:creator><![CDATA[João Neves]]></dc:creator>
		<pubDate>Mon, 20 Mar 2023 10:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=6635#comment-520748</guid>

					<description><![CDATA[I am on matlab 2021a, this still works:
&lt;code&gt;url = struct(struct(struct(struct(hFig).Controller).PlatformHost).CEF).URL;&lt;/code&gt;

but the html document is empty. Is there still a way to do this?]]></description>
			<content:encoded><![CDATA[<p>I am on matlab 2021a, this still works:<br />
<code>url = struct(struct(struct(struct(hFig).Controller).PlatformHost).CEF).URL;</code></p>
<p>but the html document is empty. Is there still a way to do this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vishal Sharma		</title>
		<link>https://undocumentedmatlab.com/articles/customizing-uifigures-part-2#comment-506840</link>

		<dc:creator><![CDATA[Vishal Sharma]]></dc:creator>
		<pubDate>Mon, 04 Nov 2019 04:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=6635#comment-506840</guid>

					<description><![CDATA[Great help. thanks. I was struggling with Appdesigner, but this post and the links given for mlapp,solved quite a lot of issues.]]></description>
			<content:encoded><![CDATA[<p>Great help. thanks. I was struggling with Appdesigner, but this post and the links given for mlapp,solved quite a lot of issues.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/customizing-uifigures-part-2#comment-409363</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Wed, 28 Jun 2017 21:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=6635#comment-409363</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/customizing-uifigures-part-2#comment-407215&quot;&gt;Felix&lt;/a&gt;.

@Felix - this works in R2017a: 
&lt;pre lang=&quot;matlab&quot;&gt;url = struct(struct(struct(struct(hFig).Controller).PlatformHost).CEF).URL;&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/customizing-uifigures-part-2#comment-407215">Felix</a>.</p>
<p>@Felix &#8211; this works in R2017a: </p>
<pre lang="matlab">url = struct(struct(struct(struct(hFig).Controller).PlatformHost).CEF).URL;</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Felix		</title>
		<link>https://undocumentedmatlab.com/articles/customizing-uifigures-part-2#comment-407215</link>

		<dc:creator><![CDATA[Felix]]></dc:creator>
		<pubDate>Tue, 23 May 2017 07:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=6635#comment-407215</guid>

					<description><![CDATA[Hello Iliya &#038; Yair,

did you already try it in R2017a?

It seems that the &#039;Container&#039; property of the figure controler is not longer available.]]></description>
			<content:encoded><![CDATA[<p>Hello Iliya &amp; Yair,</p>
<p>did you already try it in R2017a?</p>
<p>It seems that the &#8216;Container&#8217; property of the figure controler is not longer available.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
