<?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: MATLAB Basics video: Absolute and Logical indexing</title>
	<atom:link href="http://blogs.mathworks.com/videos/2007/09/06/matlab-basics-video-absolute-and-logical-indexing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/videos/2007/09/06/matlab-basics-video-absolute-and-logical-indexing/</link>
	<description>Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.</description>
	<lastBuildDate>Fri, 10 Feb 2012 20:31:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/videos/2007/09/06/matlab-basics-video-absolute-and-logical-indexing/#comment-523</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 03 Mar 2008 19:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2007/09/06/matlab-basics-video-absolute-and-logical-indexing/#comment-523</guid>
		<description>It will be required to pull out the intermediate values to use that logical matrix or you will need to do some other indexing method.

Doug</description>
		<content:encoded><![CDATA[<p>It will be required to pull out the intermediate values to use that logical matrix or you will need to do some other indexing method.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Olly</title>
		<link>http://blogs.mathworks.com/videos/2007/09/06/matlab-basics-video-absolute-and-logical-indexing/#comment-524</link>
		<dc:creator>Dennis Olly</dc:creator>
		<pubDate>Sun, 02 Mar 2008 00:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2007/09/06/matlab-basics-video-absolute-and-logical-indexing/#comment-524</guid>
		<description>Hi Doug, very clear video, however, is it possible to do logical indexing directly to a submatrix, eg:

data=zeros(10,10,10);

here data(:,:,5) could be slice.
now let

mask=zeros(10,10);mask(5:5,8:8)=1;

Is it possible to use this mask to logically index the submatrix data(:,:,5)?

slice = data(:,:,5);
and then accessing slice(mask) is possible. But can this not be done directly, without extracting &#039;slice&#039;?

Thanks
Dennis</description>
		<content:encoded><![CDATA[<p>Hi Doug, very clear video, however, is it possible to do logical indexing directly to a submatrix, eg:</p>
<p>data=zeros(10,10,10);</p>
<p>here data(:,:,5) could be slice.<br />
now let</p>
<p>mask=zeros(10,10);mask(5:5,8:8)=1;</p>
<p>Is it possible to use this mask to logically index the submatrix data(:,:,5)?</p>
<p>slice = data(:,:,5);<br />
and then accessing slice(mask) is possible. But can this not be done directly, without extracting &#8216;slice&#8217;?</p>
<p>Thanks<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naor</title>
		<link>http://blogs.mathworks.com/videos/2007/09/06/matlab-basics-video-absolute-and-logical-indexing/#comment-522</link>
		<dc:creator>naor</dc:creator>
		<pubDate>Thu, 06 Sep 2007 22:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2007/09/06/matlab-basics-video-absolute-and-logical-indexing/#comment-522</guid>
		<description>Doug, in the RSS feed of your blog, read in internet explorer 7, the videos never show. I don&#039;t mean they don&#039;t run, there are just lines of text with a single blank line where the videos should be. Is there a way to fix this?
Thanks,
naor (win32xp r2006a)</description>
		<content:encoded><![CDATA[<p>Doug, in the RSS feed of your blog, read in internet explorer 7, the videos never show. I don&#8217;t mean they don&#8217;t run, there are just lines of text with a single blank line where the videos should be. Is there a way to fix this?<br />
Thanks,<br />
naor (win32xp r2006a)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

