<?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; conway</title>
	<atom:link href="https://blog.developpez.com/matlab4geek/?feed=rss2&#038;tag=conway" 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>Suite de Conway</title>
		<link>https://blog.developpez.com/matlab4geek/?p=162</link>
		<comments>https://blog.developpez.com/matlab4geek/?p=162#comments</comments>
		<pubDate>Fri, 13 Jul 2012 09:59:57 +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[conway]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[reshape]]></category>
		<category><![CDATA[suite]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[La Suite de Conway en MATLAB ça se programme comment? Exemple : vous avez le vecteur input = [ 1 3 3 1 5 2 2] Lorsqu’on lit cette suite mathématique : il y a une fois le chiffre 1 -&#62; 1 1 puis deux fois le chiffre 3 -&#62; 2 3 puis une fois [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>La <a href="http://fr.wikipedia.org/wiki/Suite_de_Conway">Suite de Conway</a> en MATLAB ça se programme comment? </p>
<p>Exemple : vous avez le vecteur input = [ 1 3 3 1 5 2 2]<br />
Lorsqu’on lit cette suite mathématique :<br />
il y a une fois le chiffre  1 -&gt; 1 1<br />
puis deux fois le chiffre   3 -&gt; 2 3<br />
puis une  fois le chiffre   1 -&gt; 1 1<br />
puis une  fois le chiffre   5 -&gt; 1 5<br />
puis deux fois le chiffre   2 -&gt; 2 2<br />
donc on cherche à obtenir : output = [1 1 2 3 1 1 1 5 2 2]</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
