<?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; exponent</title>
	<atom:link href="https://blog.developpez.com/matlab4geek/?feed=rss2&#038;tag=exponent" 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>
	</channel>
</rss>
