<?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; NaN</title>
	<atom:link href="https://blog.developpez.com/matlab4geek/?feed=rss2&#038;tag=nan" 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>Occurences dans un vecteur (suite)</title>
		<link>https://blog.developpez.com/matlab4geek/?p=164</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=164#comments</comments>
		<pubDate>Thu, 19 Jul 2012 08:58:30 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[Best-of des commandes MATLAB utiles]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[arrayfun]]></category>
		<category><![CDATA[isequalwithequalnans]]></category>
		<category><![CDATA[NaN]]></category>
		<category><![CDATA[occurrences]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hier je vous montrais comment avec nnz calculer le nombre d’occurrences d&#8217;un nombre dans un vecteur: A = [1 2 33 4 33 33 5 33 6 7 8 9] La limitation de ce trick est lorsque le vecteur contient des NaN. Exemple : A = [1 2 33 4 33 33 5 33 6 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Hier je vous montrais comment avec nnz calculer le nombre d’occurrences d&rsquo;un nombre dans un vecteur:<br />
<code class="codecolorer text default"><span class="text">A = [1 2 33 4 33 33 5 33 6 7 8 9]</span></code></p>
<p>La limitation de ce trick est lorsque le vecteur contient des NaN.</p>
<p>Exemple :</p>
<p><code class="codecolorer text default"><span class="text">A = [1 2 33 4 33 33 5 33 6 7 8 9 NaN NaN]</span></code></p>
<p>en effet<br />
nnz(A==NaN)<br />
<strong>retourne zéro</strong> &#8230;</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blagues matlab de geek</title>
		<link>https://blog.developpez.com/matlab4geek/?p=119</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=119#comments</comments>
		<pubDate>Tue, 27 Sep 2011 19:43:40 +0000</pubDate>
		<dc:creator><![CDATA[tug83]]></dc:creator>
				<category><![CDATA[blagues MATLAB  et graphiques cools]]></category>
		<category><![CDATA[blague]]></category>
		<category><![CDATA[colormap]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[NaN]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Ce matin j&#8217;ai mangé un clown comme on dit : S = load('clown.mat') image(S.X) colormap(S.map) du coup j&#8217;ai pleins de blagues MATLAB pourries en tête:]]></description>
				<content:encoded><![CDATA[<p>Ce matin j&rsquo;ai mangé un clown comme on dit :</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">S = load('clown.mat') <br />
image(S.X) <br />
colormap(S.map)</div></div>
<p><img src="http://blog.developpez.com/media/matlab_clown.jpg" width="561" height="420" alt="clown" /></p>
<p> du coup j&rsquo;ai pleins de blagues MATLAB pourries en tête:</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
