<?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: uitree	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/uitree/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/uitree?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uitree</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Sun, 03 Jul 2022 14:17:54 +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/uitree#comment-514339</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Sun, 03 Jul 2022 14:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1801#comment-514339</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/uitree#comment-514303&quot;&gt;SOULEYMANE Zakaria&lt;/a&gt;.

See the documentation of the &lt;a href=&quot;https://www.mathworks.com/help/matlab/ref/uitree.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;uitree function&lt;/a&gt;. The text in my article refers to the legacy (Java-based) uitree version, which is not documented, whereas it is documented and supported (with slightly different syntax) for web-based figures (uifigure and figures created by App Designer).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/uitree#comment-514303">SOULEYMANE Zakaria</a>.</p>
<p>See the documentation of the <a href="https://www.mathworks.com/help/matlab/ref/uitree.html" target="_blank" rel="nofollow">uitree function</a>. The text in my article refers to the legacy (Java-based) uitree version, which is not documented, whereas it is documented and supported (with slightly different syntax) for web-based figures (uifigure and figures created by App Designer).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: SOULEYMANE Zakaria		</title>
		<link>https://undocumentedmatlab.com/articles/uitree#comment-514303</link>

		<dc:creator><![CDATA[SOULEYMANE Zakaria]]></dc:creator>
		<pubDate>Tue, 28 Jun 2022 08:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1801#comment-514303</guid>

					<description><![CDATA[Hello. 

Thank you for sharing. I would like to know if someone could help me with the syntax it takes to use uitree on &quot;Appdesigner&quot;. 

When I use the syntax you have indicated above, it opens a .fig window (where the tree appears) in addition to the Appdesigner window (The tree does not appear). I tried several combinations of code but it didn&#039;t work. I hope someone can help me out. 

Thanks in advance ...]]></description>
			<content:encoded><![CDATA[<p>Hello. </p>
<p>Thank you for sharing. I would like to know if someone could help me with the syntax it takes to use uitree on &#8220;Appdesigner&#8221;. </p>
<p>When I use the syntax you have indicated above, it opens a .fig window (where the tree appears) in addition to the Appdesigner window (The tree does not appear). I tried several combinations of code but it didn&#8217;t work. I hope someone can help me out. </p>
<p>Thanks in advance &#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Zahraa		</title>
		<link>https://undocumentedmatlab.com/articles/uitree#comment-455757</link>

		<dc:creator><![CDATA[Zahraa]]></dc:creator>
		<pubDate>Wed, 12 Dec 2018 13:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1801#comment-455757</guid>

					<description><![CDATA[When I run: 
tree = uitree(&#039;v0&#039;, &#039;Root&#039;,uigetdir, &#039;Parent&#039;, []);
I am able to select the folder from the computer and it is set as the root folder. I click on the root and the files and subfolders open, however when I click on the subfolders they do not open and the plus on the side just disappears. Is there a way to open them recursively? Thank you.]]></description>
			<content:encoded><![CDATA[<p>When I run:<br />
tree = uitree(&#8216;v0&#8217;, &#8216;Root&#8217;,uigetdir, &#8216;Parent&#8217;, []);<br />
I am able to select the folder from the computer and it is set as the root folder. I click on the root and the files and subfolders open, however when I click on the subfolders they do not open and the plus on the side just disappears. Is there a way to open them recursively? Thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/uitree#comment-455691</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Mon, 10 Dec 2018 17:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1801#comment-455691</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/uitree#comment-455670&quot;&gt;Zahraa&lt;/a&gt;.

Follow the code in the article to select and display the root note, and then simply double-click the root node to open its sub-folders.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/uitree#comment-455670">Zahraa</a>.</p>
<p>Follow the code in the article to select and display the root note, and then simply double-click the root node to open its sub-folders.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Zahraa		</title>
		<link>https://undocumentedmatlab.com/articles/uitree#comment-455670</link>

		<dc:creator><![CDATA[Zahraa]]></dc:creator>
		<pubDate>Mon, 10 Dec 2018 06:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1801#comment-455670</guid>

					<description><![CDATA[Hello, I want the root node to be a folder selected form the hard drive and to open its content (subfolders and files) in a tree, so I tried using uigetdir as an input argument for the uitreenode. It displays it on the figure as the root node but does not open the subfolders and files located in it. How can I be able to open the folder?
Any help appreciated.]]></description>
			<content:encoded><![CDATA[<p>Hello, I want the root node to be a folder selected form the hard drive and to open its content (subfolders and files) in a tree, so I tried using uigetdir as an input argument for the uitreenode. It displays it on the figure as the root node but does not open the subfolders and files located in it. How can I be able to open the folder?<br />
Any help appreciated.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/uitree#comment-433240</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Tue, 24 Jul 2018 08:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1801#comment-433240</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/uitree#comment-433239&quot;&gt;OrO&lt;/a&gt;.

@Oro - I don&#039;t believe there are any limitations, but don&#039;t take my word for it - simply compile and test! - it&#039;s much faster to test it yourself than to wait for an answer on a public blog...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/uitree#comment-433239">OrO</a>.</p>
<p>@Oro &#8211; I don&#8217;t believe there are any limitations, but don&#8217;t take my word for it &#8211; simply compile and test! &#8211; it&#8217;s much faster to test it yourself than to wait for an answer on a public blog&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: OrO		</title>
		<link>https://undocumentedmatlab.com/articles/uitree#comment-433239</link>

		<dc:creator><![CDATA[OrO]]></dc:creator>
		<pubDate>Tue, 24 Jul 2018 08:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1801#comment-433239</guid>

					<description><![CDATA[I would like to know if there are any limitations with MATLAB Compiler. I think it should work but I just want to be sure.]]></description>
			<content:encoded><![CDATA[<p>I would like to know if there are any limitations with MATLAB Compiler. I think it should work but I just want to be sure.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/uitree#comment-418474</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Sat, 13 Jan 2018 15:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1801#comment-418474</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/uitree#comment-418459&quot;&gt;Geert van Kempen&lt;/a&gt;.

Set the node&#039;s label to an HTML fixed-width font, for example: &lt;code&gt;&#039;&#060;html&#062;&#060;pre&#062;tree node label&#060;/pre&#062;&#039;&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/uitree#comment-418459">Geert van Kempen</a>.</p>
<p>Set the node&#8217;s label to an HTML fixed-width font, for example: <code>'&lt;html&gt;&lt;pre&gt;tree node label&lt;/pre&gt;'</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Geert van Kempen		</title>
		<link>https://undocumentedmatlab.com/articles/uitree#comment-418459</link>

		<dc:creator><![CDATA[Geert van Kempen]]></dc:creator>
		<pubDate>Fri, 12 Jan 2018 21:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1801#comment-418459</guid>

					<description><![CDATA[Would anybody know how I can use a Fixed Width font in a uitreenode?]]></description>
			<content:encoded><![CDATA[<p>Would anybody know how I can use a Fixed Width font in a uitreenode?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yasser ElNemr		</title>
		<link>https://undocumentedmatlab.com/articles/uitree#comment-381708</link>

		<dc:creator><![CDATA[Yasser ElNemr]]></dc:creator>
		<pubDate>Wed, 29 Jun 2016 13:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1801#comment-381708</guid>

					<description><![CDATA[Hallo ,
 Thanks for the great work. i used it in several applications and it is working perfectly.

However in my current application i need the root node to point to a specific folder which has some sub-folders (up to 9 levels of sub-folders)

Thanks]]></description>
			<content:encoded><![CDATA[<p>Hallo ,<br />
 Thanks for the great work. i used it in several applications and it is working perfectly.</p>
<p>However in my current application i need the root node to point to a specific folder which has some sub-folders (up to 9 levels of sub-folders)</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
