<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Video tutorial: Debugging a logical indexing problem</title>
	<link>http://blogs.mathworks.com/videos/2008/11/20/video-tutorial-debugging-a-logical-indexing-problem/</link>
	<description>Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.</description>
	<pubDate>Sun, 08 Nov 2009 06:01:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2008/11/20/video-tutorial-debugging-a-logical-indexing-problem/#comment-1244</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Mon, 24 Nov 2008 18:31:32 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/11/20/video-tutorial-debugging-a-logical-indexing-problem/#comment-1244</guid>
		<description>@Par,

Good catch.  I think the intent was clear enough that I am not going to rerecord.

-Doug</description>
		<content:encoded><![CDATA[<p>@Par,</p>
<p>Good catch.  I think the intent was clear enough that I am not going to rerecord.</p>
<p>-Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2008/11/20/video-tutorial-debugging-a-logical-indexing-problem/#comment-1242</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Mon, 24 Nov 2008 14:48:49 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/11/20/video-tutorial-debugging-a-logical-indexing-problem/#comment-1242</guid>
		<description>Petr,

Yes, you could indeed simply convert the vector at the end with logical.  But if it is going to be a logical vector, night as well create it as such.

Mostly a style issue, but if I am going to use it ten times as a logical, I might as well just create it as a logical.

-Doug</description>
		<content:encoded><![CDATA[<p>Petr,</p>
<p>Yes, you could indeed simply convert the vector at the end with logical.  But if it is going to be a logical vector, night as well create it as such.</p>
<p>Mostly a style issue, but if I am going to use it ten times as a logical, I might as well just create it as a logical.</p>
<p>-Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petr Pošík</title>
		<link>http://blogs.mathworks.com/videos/2008/11/20/video-tutorial-debugging-a-logical-indexing-problem/#comment-1241</link>
		<dc:creator>Petr Pošík</dc:creator>
		<pubDate>Sat, 22 Nov 2008 10:21:11 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/11/20/video-tutorial-debugging-a-logical-indexing-problem/#comment-1241</guid>
		<description>Hi Doug.

I love these short videos. Sometimes they remind me of something that I had known sometime in the past, but I forgot it then... :-)

I think it is worth mentioning that it is not actually needed to change those C = 1 or C = 0 assignemnts to C = true and C = false, although it gives a nice idea of what a logical vector is. It is sufficient to call B(logical(C)) instead of B(C). The 'logical' function takes the double vector C full of 0s and 1s and creates a logical vector full of falses and trues. Am I right?

Petr</description>
		<content:encoded><![CDATA[<p>Hi Doug.</p>
<p>I love these short videos. Sometimes they remind me of something that I had known sometime in the past, but I forgot it then&#8230; :-)</p>
<p>I think it is worth mentioning that it is not actually needed to change those C = 1 or C = 0 assignemnts to C = true and C = false, although it gives a nice idea of what a logical vector is. It is sufficient to call B(logical(C)) instead of B(C). The &#8216;logical&#8217; function takes the double vector C full of 0s and 1s and creates a logical vector full of falses and trues. Am I right?</p>
<p>Petr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Par</title>
		<link>http://blogs.mathworks.com/videos/2008/11/20/video-tutorial-debugging-a-logical-indexing-problem/#comment-1240</link>
		<dc:creator>Par</dc:creator>
		<pubDate>Fri, 21 Nov 2008 18:47:47 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/11/20/video-tutorial-debugging-a-logical-indexing-problem/#comment-1240</guid>
		<description>Nice video Doug! Learnt about dbstop.

Just wanted to bring your attention to this: At about 2 minutes 20 seconds of the video, you do a "whos" and say "B is a double... that's no good...". I think you meant C there instead of B. Although this is quite obvious, and people should understand without any ambiguity, I thought I will let you know anyway, in case you wanted to correct that!

Thanks!</description>
		<content:encoded><![CDATA[<p>Nice video Doug! Learnt about dbstop.</p>
<p>Just wanted to bring your attention to this: At about 2 minutes 20 seconds of the video, you do a &#8220;whos&#8221; and say &#8220;B is a double&#8230; that&#8217;s no good&#8230;&#8221;. I think you meant C there instead of B. Although this is quite obvious, and people should understand without any ambiguity, I thought I will let you know anyway, in case you wanted to correct that!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
