<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MATLAB pour les geeks &#187; Command-Lines Show Hide Close</title>
	<atom:link href="https://blog.developpez.com/matlab4geek/?cat=663&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://blog.developpez.com/matlab4geek</link>
	<description>&#62;&#62;why(393) </description>
	<lastBuildDate>Fri, 09 Jan 2015 13:05:12 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Close , Show , Hide</title>
		<link>https://blog.developpez.com/matlab4geek/?p=810</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=810#comments</comments>
		<pubDate>Thu, 28 Nov 2013 09:48:05 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[Best-of des commandes MATLAB utiles]]></category>
		<category><![CDATA[Command-Lines Show Hide Close]]></category>

		<guid isPermaLink="false">http://blog.developpez.com/matlab4geek/?p=810</guid>
		<description><![CDATA[Voici quelques lignes de commandes de geek testées en R2011b et R2013b (utiles ou pas qu&#8217;importe ce sont des commandes de geek !!) : %% Close Editor com.mathworks.mlservices.MLEditorServices.getEditorApplication.close %% Hide Command window d = com.mathworks.mde.desk.MLDesktop.getInstance; cmdw = d.getClient(&#8216;Command Window&#8217;); % hide command window cmdw.hide % show it cmdw.show %% Close Web page web(&#8216;http://blog.developpez.com/matlab4geek/&#8217;); com.mathworks.mlservices.MatlabDesktopServices.getDesktop.closeGroup(&#8216;Web Browser&#8217;) [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Voici quelques lignes de commandes de geek testées en R2011b et R2013b (utiles ou pas qu&rsquo;importe ce sont des commandes de geek !!) :</p>
<p>%% Close Editor</p>
<blockquote><p>com.mathworks.mlservices.MLEditorServices.getEditorApplication.close</p></blockquote>
<p><span id="more-810"></span></p>
<p>%% Hide Command window</p>
<blockquote><p>d = com.mathworks.mde.desk.MLDesktop.getInstance;<br />
cmdw = d.getClient(&lsquo;Command Window&rsquo;);<br />
% hide command window<br />
cmdw.hide<br />
% show it<br />
cmdw.show </p></blockquote>
<p>%% Close Web page</p>
<blockquote><p>web(&lsquo;http://blog.developpez.com/matlab4geek/&rsquo;);<br />
com.mathworks.mlservices.MatlabDesktopServices.getDesktop.closeGroup(&lsquo;Web Browser&rsquo;)</p></blockquote>
<p>%% Show preferences</p>
<blockquote><p>com.mathworks.mlservices.MLPrefsDialogServices.showPrefsDialog</p></blockquote>
<p>%% Clean Command History</p>
<blockquote><p>com.mathworks.mlservices.MLCommandHistoryServices.removeAll</p></blockquote>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
