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