<?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; r2013a</title>
	<atom:link href="https://blog.developpez.com/matlab4geek/?feed=rss2&#038;tag=r2013a" 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>Bug Exponent R2013a</title>
		<link>https://blog.developpez.com/matlab4geek/?p=775</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=775#comments</comments>
		<pubDate>Thu, 14 Mar 2013 07:46:58 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[MATLAB crazy bugs]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[exponent]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[r2013a]]></category>

		<guid isPermaLink="false">http://blog.developpez.com/matlab4geek/?p=775</guid>
		<description><![CDATA[Voilà le code très simple tapé en R2013a : plot&#40;&#40;1:10&#41;*1e13,1:10&#41; set&#40;gca,'xaxislocation','top'&#41; et voilà ce que j&#8217;obtiens: L&#8217;exponent 10^13 est toujours affiché sur le bottom x-axis au lieu d&#8217;etre en haut. J&#8217;ai déjà remonté le bug au support, leur workaround (manuel) est le suivant : plot&#40;&#40;1:10&#41;*1e13,1:10&#41; set&#40;gca,'xticklabel',''&#41; &#160;% Clear the labels set&#40;gca,'xticklabel',0:10&#41; &#160;% set them to [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Voilà le code très simple tapé en R2013a :</p>
<div class="codecolorer-container matlab default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="matlab codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/plot.html"><span style="color: #0000FF;">plot</span></a><span style="color: #080;">&#40;</span><span style="color: #080;">&#40;</span><span style="color: #33f;">1</span>:<span style="color: #33f;">10</span><span style="color: #080;">&#41;</span>*1e13,<span style="color: #33f;">1</span>:<span style="color: #33f;">10</span><span style="color: #080;">&#41;</span> <br />
<a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/set.html"><span style="color: #0000FF;">set</span></a><span style="color: #080;">&#40;</span><a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/gca.html"><span style="color: #0000FF;">gca</span></a>,<span style="color:#A020F0;">'xaxislocation'</span>,<span style="color:#A020F0;">'top'</span><span style="color: #080;">&#41;</span></div></div>
<p>et voilà ce que j&rsquo;obtiens:</p>
<p><a href="http://blog.developpez.com/matlab4geek/files/2013/03/exponent_bug.png"><img src="http://blog.developpez.com/matlab4geek/files/2013/03/exponent_bug.png" alt="exponent_bug" width="561" height="420" class="aligncenter size-full wp-image-776" /></a></p>
<p>L&rsquo;exponent 10^13 est toujours affiché sur le bottom x-axis au lieu d&rsquo;etre en haut.</p>
<p>J&rsquo;ai déjà remonté le bug au support, leur workaround (manuel) est le suivant :</p>
<div class="codecolorer-container matlab default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="matlab codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/plot.html"><span style="color: #0000FF;">plot</span></a><span style="color: #080;">&#40;</span><span style="color: #080;">&#40;</span><span style="color: #33f;">1</span>:<span style="color: #33f;">10</span><span style="color: #080;">&#41;</span>*1e13,<span style="color: #33f;">1</span>:<span style="color: #33f;">10</span><span style="color: #080;">&#41;</span><br />
<a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/set.html"><span style="color: #0000FF;">set</span></a><span style="color: #080;">&#40;</span><a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/gca.html"><span style="color: #0000FF;">gca</span></a>,<span style="color:#A020F0;">'xticklabel'</span>,<span style="color:#A020F0;">''</span><span style="color: #080;">&#41;</span> &nbsp;<span style="color: #228B22;">% Clear the labels</span><br />
<a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/set.html"><span style="color: #0000FF;">set</span></a><span style="color: #080;">&#40;</span><a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/gca.html"><span style="color: #0000FF;">gca</span></a>,<span style="color:#A020F0;">'xticklabel'</span>,<span style="color: #33f;">0</span>:<span style="color: #33f;">10</span><span style="color: #080;">&#41;</span> &nbsp;<span style="color: #228B22;">% set them to 0 to 10</span><br />
<a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/set.html"><span style="color: #0000FF;">set</span></a><span style="color: #080;">&#40;</span><a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/gca.html"><span style="color: #0000FF;">gca</span></a>,<span style="color:#A020F0;">'xaxislocation'</span>,<span style="color:#A020F0;">'top'</span><span style="color: #080;">&#41;</span><br />
<a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/gtext.html"><span style="color: #0000FF;">gtext</span></a><span style="color: #080;">&#40;</span><span style="color:#A020F0;">'x10^3'</span><span style="color: #080;">&#41;</span> &nbsp; <span style="color: #228B22;">% use the mouse to place the text on the figure</span></div></div>
<p>Bof je suis certain qu&rsquo;il y a mieux à faire , j&rsquo;ai déjà testé avec différent opengl ou renderer mais il n&rsquo;y a rien à faire , toujours l&rsquo;exponent est affiché en bas.Et ce bug existe depuis la &#8230; R12SP1!!!</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R2013a alive!</title>
		<link>https://blog.developpez.com/matlab4geek/?p=765</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=765#comments</comments>
		<pubDate>Fri, 08 Mar 2013 08:10:26 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[R2013a]]></category>
		<category><![CDATA[r2013a]]></category>

		<guid isPermaLink="false">http://blog.developpez.com/matlab4geek/?p=765</guid>
		<description><![CDATA[Les points forts: Les nouvelles fonctions en bref Bon là si vous regardez la vidéo paie ton bug , elle parle de la R2012b et non de la R2013a!!! Vaut mieux regarder la vidéo de Tim Gillis: Points forts de la version R2013a Ce qui est bien c&#8217;est que les sous titres sont en français!: [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Les points forts: <a href="http://www.mathworks.fr/products/matlab/whatsnew.html" target="_blank">Les nouvelles fonctions en bref</a> </p>
<p><a href="http://blog.developpez.com/matlab4geek/files/2013/03/whatsnew.png"><img src="http://blog.developpez.com/matlab4geek/files/2013/03/whatsnew.png" alt="whatsnew" width="715" height="470" class="aligncenter size-full wp-image-768" /></a><br />
Bon là si vous regardez la vidéo <strong>paie ton bug </strong>, elle parle de la R2012b et non de la R2013a!!!</p>
<p><a href="http://blog.developpez.com/matlab4geek/files/2013/03/12b.png"><img src="http://blog.developpez.com/matlab4geek/files/2013/03/12b.png" alt="12b" width="876" height="535" class="aligncenter size-full wp-image-770" /></a><br />
Vaut mieux regarder la vidéo de Tim Gillis: <a href="http://www.mathworks.fr/products/new_products/latest_features.html?s_tid=hp_spot_r2013a_0213" target="_blank">Points forts de la version R2013a</a></p>
<p>Ce qui est bien c&rsquo;est que les <strong>sous titres sont en français</strong>!:</p>
<p><a href="http://blog.developpez.com/matlab4geek/files/2013/03/tim_gillis.png"><img src="http://blog.developpez.com/matlab4geek/files/2013/03/tim_gillis.png" alt="tim_gillis" width="652" height="433" class="aligncenter size-full wp-image-766" /></a></p>
<p>Pour info , les Release Notes : <a href="http://www.mathworks.fr/fr/help/matlab/release-notes.html" target="_blank">New Features, Bug Fixes, Compatibility Considerations</a></p>
<p>Sur ce bon téléchargement!</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>R2013a Prerelease</title>
		<link>https://blog.developpez.com/matlab4geek/?p=720</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=720#comments</comments>
		<pubDate>Tue, 18 Dec 2012 14:30:30 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[Prereleases]]></category>
		<category><![CDATA[prerelease]]></category>
		<category><![CDATA[r2013a]]></category>

		<guid isPermaLink="false">http://blog.developpez.com/matlab4geek/?p=720</guid>
		<description><![CDATA[J&#8217;ai un peu raté le coche à vrai dire ! Elle est téléchargeable depuis le 6 décembre : ici Et pour vous mettre l&#8217;eau à la bouche voici le nouveau splash screen : bonne bash!]]></description>
				<content:encoded><![CDATA[<p>J&rsquo;ai un peu raté le coche à vrai dire ! Elle est téléchargeable depuis le 6 décembre : <a href="http://www.mathworks.com/downloads/web_downloads/" target="_blank">ici</a></p>
<p>Et pour vous mettre l&rsquo;eau à la bouche voici le nouveau splash screen :<br />
<a href="http://blog.developpez.com/matlab4geek/files/2012/12/logo13a.png"><img src="http://blog.developpez.com/matlab4geek/files/2012/12/logo13a.png" alt="" width="400" height="400" class="aligncenter size-full wp-image-722" /></a></p>
<p>bonne bash!</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
