<?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; bug</title>
	<atom:link href="https://blog.developpez.com/matlab4geek/?feed=rss2&#038;tag=bug" 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>Bug report R2012b</title>
		<link>https://blog.developpez.com/matlab4geek/?p=674</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=674#comments</comments>
		<pubDate>Mon, 29 Oct 2012 07:51:12 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[R2012b]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[r2012b]]></category>

		<guid isPermaLink="false">http://blog.developpez.com/matlab4geek/?p=674</guid>
		<description><![CDATA[Le bug que j&#8217;avais trouvé et remonté au support Big Issue en R2012b est maintenant officiel : On the Windows XP platform, selecting a file from an open file dialog in MATLAB changes the system current directory used by MATLAB. Ce problème n&#8217;a lieu que sous Windows XP.]]></description>
				<content:encoded><![CDATA[<p>Le bug que j&rsquo;avais trouvé et remonté au support <a href="http://blog.developpez.com/matlab4geek/?p=377" target="_blank">Big Issue en R2012b</a> est maintenant officiel :<br />
<a href="http://www.mathworks.com/support/bugreports/874753" target="_blank">On the Windows XP platform, selecting a file from an open file dialog in MATLAB changes the system current directory used by MATLAB.</a></p>
<p>Ce problème n&rsquo;a lieu que sous <strong>Windows XP</strong>.</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Issue en R2012b</title>
		<link>https://blog.developpez.com/matlab4geek/?p=377</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=377#comments</comments>
		<pubDate>Fri, 28 Sep 2012 08:32:25 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[R2012b]]></category>
		<category><![CDATA[8.0]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[bug r2012b]]></category>
		<category><![CDATA[dramatic]]></category>
		<category><![CDATA[exist]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[matlab 8.0]]></category>
		<category><![CDATA[PATH]]></category>
		<category><![CDATA[r2012b]]></category>
		<category><![CDATA[uigetfile]]></category>

		<guid isPermaLink="false">http://blog.developpez.com/matlab4geek/?p=377</guid>
		<description><![CDATA[BIG BIG issue R2012b &#8211; Windows XP EDIT du 19 Décembre-2012 bug corrigé dans la Prerelase 2013a Alors si vous êtes en Windows XP Service Pack 3 et que vous avez téléchargé la R2012b , attention attention! Je crois avoir trouvé le bug du siècle avec EXIST après un UIGETFILE! Un truc de taré avec [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><strong>BIG BIG issue R2012b &#8211; Windows XP </strong></p>
<p><em>EDIT du 19 Décembre-2012 bug corrigé dans la Prerelase 2013a</em></p>
<p>Alors si vous êtes en <strong>Windows XP </strong> Service Pack 3 et que vous avez téléchargé la <strong>R2012b</strong> , attention attention! Je crois avoir trouvé le bug du siècle avec EXIST après un <strong>UIGETFILE</strong>! </p>
<p>Un truc de taré avec un code simple à tester sur n&rsquo;importe quelle machine  avec la R2012b installée.<br />
Les fichiers trademarks.txt et patents.txt étant shippés avec tourtes les releases MATLAB.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">% go in a folder outside ML path <br />
cd(tempdir)<br />
<br />
% exist is going to return 0 (normal)<br />
exist('trademarks.txt')<br />
exist('patents.txt')<br />
<br />
% select any text file<br />
uigetfile(fullfile(matlabroot,'*.*'),'select any txt file')<br />
<br />
% here is the BUG <br />
% exist now returns 2 !!!<br />
exist('trademarks.txt') &nbsp;<br />
exist('patents.txt') <br />
<br />
% but now try which('trademarks.txt') or edit('trademarks.txt') !!</div></div>
<p>Bug <strong>reproduit plusieurs fois sur plusieurs machines Windows XP</strong>.<br />
Dans toutes les autres versions de MATLAB  <em>exist</em> retourne comme attendu ZERO.<br />
Sous Linux 12b le code raussi retourne ZERO.</p>
<p>Moi j&rsquo;ai eu ce souci avec des MAT-files qui n&rsquo;étaient pas sur mon path &#8230; alors vous voyez le truc : MATLAB vous dit que le fichier existe parce via un uigetfile il l&rsquo;a vu , mais ensuite vous ne pouvez rien faire avec ce fichier : ni l&rsquo;éditer , ni l&rsquo;effacer , ni appender des data &#8230; bref bug bug bug!!!!</p>
<p><span id="more-377"></span></p>
<p>Voilà le .m que j&rsquo;ai envoyé au support technique avec mes investigations &#8230;</p>
<p>Note <strong>avec UIGETDIR il n&rsquo;y a pas de problème</strong>.</p>
<p>%bug2ouf<br />
% Author Aurelien QUEFFURUST<br />
%<br />
% This  script is an easy example to reproduce an issue with MATLAB 8.0 (12b.)<br />
% As trademarks.txt , patents.txt are text files that every MATLAB user have<br />
% in his matlabroot directory, this script can be run by everybody.<br />
%<br />
%<br />
% What? :<br />
% The EXIST function in R2012b returns that a file exists (which is physically true)<br />
% but this file is neither in the current directory nor in MATLAB path<br />
% Issue are dramatic with this new behavior :<br />
% Since MATLAB tells you that the file  exists, you may want to edit it, find his path &#8230;.<br />
% here is the issue MATLAB tells you not found.<br />
%<br />
% My own investigation<br />
% Bug which can only be reproduced in R2012b.<br />
% I guess that the <strong>EXIST built-in which has changed in Feb 2012</strong> is the cause<br />
% of this issue.<br />
%<br />
%<br />
%<br />
% For investigation purposes this is my exist M-files :<br />
% &gt;&gt;which -all exist<br />
% built-in (F:\R2012b\toolbox\matlab\lang\@char\exist)    % char method<br />
% built-in (F:\R2012b\toolbox\matlab\lang\@double\exist)  % double method<br />
% F:\R2012b\toolbox\matlab\funfun\@inline\exist.m         % inline method<br />
%<br />
%  F is  Local disk.<br />
%<br />
% Date : 26-Sep-2012<br />
% Author Aurelien QUEFFURUST</p>
<p>%% GO outside matlabroot<br />
% To show that is not a PATH issue ,go in any folder outside matlabroot<br />
% , for example :<br />
cd(tempdir)<br />
%% the 2 following commands return the expected result : zero<br />
exist(&lsquo;trademarks.txt&rsquo;) % -&gt; 0<br />
exist(&lsquo;patents.txt&rsquo;) % -&gt;0<br />
%% now select any txt file<br />
uigetfile(fullfile(matlabroot,&rsquo;*.*&rsquo;),&rsquo;select any txt file&rsquo;)</p>
<p>%% First Unexpected result<br />
% even if they are not in the path  MATLAB now say that they exist !!<br />
exist(&lsquo;trademarks.txt&rsquo;)  % -&gt; returns 2 in R2012b<br />
exist(&lsquo;patents.txt&rsquo;) % -&gt; returns 2 in R2012b</p>
<p>%% Second Unexpected resultt<br />
% since exist return 2 , MATLAB should be able to tell me where the text file is:<br />
% instead MATLAB returns&rsquo;trademarks.txt&rsquo; not found.<br />
which(&lsquo;trademarks.txt&rsquo;) % -&gt; &lsquo;trademarks.txt&rsquo; not found.</p>
<p>% other example which will fail<br />
% delete trademarks.txt % -&gt; Warning: File &lsquo;trademarks.txt&rsquo; not found.<br />
% edit trademarks.txt  %-&gt; File &#8230; does not exist , Do you want to create it? &#8230;</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bug de fileparts en R2011b</title>
		<link>https://blog.developpez.com/matlab4geek/?p=77</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=77#comments</comments>
		<pubDate>Thu, 29 Dec 2011 17:42:19 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[MATLAB Documentation]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[bug report]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[fileparts]]></category>
		<category><![CDATA[r2011b]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[La doc de fileparts en R2011b nous prévient la R2011b retournera un warning si on met 4 arguments de sortie à fileparts et que dans une prochaine version ce sera carrément un message d&#8217;erreur : vous avez bien lu comme moi &#171;&#160;will error in a future version&#160;&#187; &#8230;mouais sauf que &#8230;]]></description>
				<content:encoded><![CDATA[<p>La doc de <a href="http://www.mathworks.fr/help/techdoc/ref/fileparts.html">fileparts en R2011b </a> nous prévient la R2011b retournera un warning si on met 4 arguments de sortie à fileparts et que dans une prochaine version ce sera carrément un message d&rsquo;erreur :</p>
<blockquote><p><img src="http://blog.developpez.com/media/fileparts.JPG" width="634" height="171" alt="fileparts" /></p></blockquote>
<p>vous avez bien lu comme moi &laquo;&nbsp;<strong>will error in a future version</strong>&nbsp;&raquo; &#8230;mouais sauf que &#8230;</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exemples faux de la doc</title>
		<link>https://blog.developpez.com/matlab4geek/?p=81</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=81#comments</comments>
		<pubDate>Mon, 06 Dec 2010 08:50:01 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[Non aux typos!!]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[exemple faux]]></category>
		<category><![CDATA[filemarker]]></category>
		<category><![CDATA[pdepe]]></category>
		<category><![CDATA[r2006b]]></category>
		<category><![CDATA[typo]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Comme je le dis souvent je dévore la doc de MATLAB tous les jours et lorsque je découvre une fonction, je teste immédiatement les exemples . Contexte Le 25 novembre 2010 , j&#8217;ai découvert la fonction filemarker&#8230;]]></description>
				<content:encoded><![CDATA[<p>Comme je le dis souvent je dévore la doc de MATLAB tous les jours et lorsque je découvre une fonction, je teste immédiatement les exemples .</p>
<ul>
<li><strong>Contexte</strong></li>
</ul>
<p>Le 25 novembre 2010 , j&rsquo;ai découvert la fonction <strong>filemarker</strong>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Transparence</title>
		<link>https://blog.developpez.com/matlab4geek/?p=98</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=98#comments</comments>
		<pubDate>Mon, 22 Nov 2010 09:31:22 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[Transparence  = distortion]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[drawmode]]></category>
		<category><![CDATA[imagesc]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[painters]]></category>
		<category><![CDATA[R12SP1]]></category>
		<category><![CDATA[r2010b]]></category>
		<category><![CDATA[r2011a]]></category>
		<category><![CDATA[r2011b]]></category>
		<category><![CDATA[r2012a]]></category>
		<category><![CDATA[renderer]]></category>
		<category><![CDATA[transparence]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Voilà un bug non résolu que j&#8217;ai remonté au support en 2009 .]]></description>
				<content:encoded><![CDATA[<p>Voilà un <strong>bug non résolu</strong> que j&rsquo;ai remonté au support en 2009 .</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>strmatch R2010b : M-lint  versus doc</title>
		<link>https://blog.developpez.com/matlab4geek/?p=87</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=87#comments</comments>
		<pubDate>Mon, 25 Oct 2010 07:22:25 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[M-lint confus avec les strings]]></category>
		<category><![CDATA[7.11]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[doc]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[lookfor]]></category>
		<category><![CDATA[M-lint]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[r2010b]]></category>
		<category><![CDATA[R2011a]]></category>
		<category><![CDATA[removed]]></category>
		<category><![CDATA[STRCMP]]></category>
		<category><![CDATA[strmatch]]></category>
		<category><![CDATA[STRNCMP]]></category>
		<category><![CDATA[transposée]]></category>
		<category><![CDATA[whatsnew]]></category>
		<category><![CDATA[whatsold]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[En tant que MATLAB geek , j&#8217;attends toujours avec impatience la sortie de la nouvelle release. Le premier truc que je fais c&#8217;est de lire les releases notes. pour rappel vous pouvez taper la fameuse commande :]]></description>
				<content:encoded><![CDATA[<p>En tant que MATLAB geek , j&rsquo;attends toujours avec impatience la sortie de la nouvelle release.<br />
Le premier truc que je fais c&rsquo;est de lire les releases notes.<br />
pour rappel vous pouvez taper la fameuse commande :</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MATLABCurrent au lieu de Matlab Current</title>
		<link>https://blog.developpez.com/matlab4geek/?p=82</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=82#comments</comments>
		<pubDate>Fri, 28 Jan 2011 11:10:33 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[Non aux typos!!]]></category>
		<category><![CDATA[7.8]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[R2009a]]></category>
		<category><![CDATA[R2009b]]></category>
		<category><![CDATA[Source Control]]></category>
		<category><![CDATA[typo]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Le typo du jour : MATLABCurrent]]></description>
				<content:encoded><![CDATA[<p>Le typo du jour :  MATLABCurrent</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1er bug trouvé sur la R2011b Prerelease</title>
		<link>https://blog.developpez.com/matlab4geek/?p=128</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=128#comments</comments>
		<pubDate>Wed, 15 Jun 2011 10:18:51 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[Prerelease R2011b]]></category>
		<category><![CDATA[R2011b]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[listbox]]></category>
		<category><![CDATA[prerelease]]></category>
		<category><![CDATA[r2011b]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[J&#8217;ai déjà trouvé un bug sur la R2011b Prerelease. Quand on fait une listbox et qu&#8217;on sélectionne n&#8217;importe quel item de cette listbox , la listbox affiche un empty string!!]]></description>
				<content:encoded><![CDATA[<p>J&rsquo;ai déjà trouvé un bug sur la R2011b Prerelease.<br />
Quand on fait une listbox et qu&rsquo;on sélectionne n&rsquo;importe quel item de cette listbox , la <strong>listbox affiche un empty string</strong>!!</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>barh : datatips erronés</title>
		<link>https://blog.developpez.com/matlab4geek/?p=36</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=36#comments</comments>
		<pubDate>Mon, 18 Oct 2010 07:36:30 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[datatips de barh sont faux]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[barh]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[compilé]]></category>
		<category><![CDATA[datacursormode]]></category>
		<category><![CDATA[datatip]]></category>
		<category><![CDATA[hist]]></category>
		<category><![CDATA[r2011a]]></category>
		<category><![CDATA[support technique]]></category>
		<category><![CDATA[text Update Function]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Après vous avoir montré le bug que j&#8217;ai appelé bug 666 et le bug sur colorbar en mode compilé, voici un nouveau bug que j&#8217;ai découvert le 07 Octobre 2010.]]></description>
				<content:encoded><![CDATA[<p>Après vous avoir montré le bug que j&rsquo;ai appelé <a href="http://blog.developpez.com/matlab4geek/c2682/crazy-matlab-bugs/bug-666/">bug 666</a> et le <a href="http://blog.developpez.com/matlab4geek/c2683/crazy-matlab-bugs/colorbar-en-mode-deploye/">bug sur colorbar en mode compilé</a>, voici un nouveau bug que j&rsquo;ai découvert le 07 Octobre 2010.</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
