<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Interesting Matlab puzzle &#8211; analysis	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/interesting-matlab-puzzle-analysis/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/interesting-matlab-puzzle-analysis?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=interesting-matlab-puzzle-analysis</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Sun, 09 Mar 2025 15:39:07 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Mr Ashley Trowell		</title>
		<link>https://undocumentedmatlab.com/articles/interesting-matlab-puzzle-analysis#comment-509207</link>

		<dc:creator><![CDATA[Mr Ashley Trowell]]></dc:creator>
		<pubDate>Thu, 12 Nov 2020 17:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=8664#comment-509207</guid>

					<description><![CDATA[Thank you so much for this analysis.
Also, I find it somewhat horrifying. 

The take away seems to be to use &#038;&#038; / &#124;&#124; and NOT and / or.
Thanks a bunch!

~Ashley]]></description>
			<content:encoded><![CDATA[<p>Thank you so much for this analysis.<br />
Also, I find it somewhat horrifying. </p>
<p>The take away seems to be to use &amp;&amp; / || and NOT and / or.<br />
Thanks a bunch!</p>
<p>~Ashley</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Scot		</title>
		<link>https://undocumentedmatlab.com/articles/interesting-matlab-puzzle-analysis#comment-479032</link>

		<dc:creator><![CDATA[Scot]]></dc:creator>
		<pubDate>Fri, 24 May 2019 18:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=8664#comment-479032</guid>

					<description><![CDATA[An interesting distinction on Variant #4,  I often do not follow strict rules on spaces around inequalities and note that you get 2 different responses for the following near-identical cases:
&lt;pre lang=&quot;matlab&quot;&gt; if true or 10&lt;9.9 &lt;/pre&gt;
&lt;pre lang=&quot;matlab&quot;&gt; if true or 10&lt; 9.9 &lt;/pre&gt;
I guess I should learn to be more consistent in my coding practices.]]></description>
			<content:encoded><![CDATA[<p>An interesting distinction on Variant #4,  I often do not follow strict rules on spaces around inequalities and note that you get 2 different responses for the following near-identical cases:</p>
<pre lang="matlab"> if true or 10&lt;9.9 </pre>
<pre lang="matlab"> if true or 10< 9.9 </pre>
<p>I guess I should learn to be more consistent in my coding practices.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marshall		</title>
		<link>https://undocumentedmatlab.com/articles/interesting-matlab-puzzle-analysis#comment-474216</link>

		<dc:creator><![CDATA[Marshall]]></dc:creator>
		<pubDate>Thu, 11 Apr 2019 13:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=8664#comment-474216</guid>

					<description><![CDATA[This was a fun puzzle--don&#039;t hesitate to add more posts like these if you come across some other fun ones!]]></description>
			<content:encoded><![CDATA[<p>This was a fun puzzle&#8211;don&#8217;t hesitate to add more posts like these if you come across some other fun ones!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
