<?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>Aptech &#187; Answers for "How can I find the index of the largest element of a matrix?"</title>
	<atom:link href="http://www.aptech.com/questions/how-can-i-find-the-index-of-the-largest-element-of-a-matrix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aptech.com</link>
	<description></description>
	<lastBuildDate>Fri, 08 Feb 2013 19:12:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>By: aptech</title>
		<link>http://www.aptech.com/questions/how-can-i-find-the-index-of-the-largest-element-of-a-matrix/#answer-1205</link>
		<comments>http://www.aptech.com/questions/how-can-i-find-the-index-of-the-largest-element-of-a-matrix/#answer-1205#comments</comments>
		<pubDate>Thu, 30 Aug 2012 09:48:31 +0000</pubDate>
		<dc:creator>aptech</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/how-can-i-find-the-index-of-the-largest-element-of-a-matrix/#answer-1205</guid>
		<description><![CDATA[The column index (ci) and the row index (ri) of the largest element  for the matrix &#8216;x&#8217; can be found like this: ci = maxindc( maxc( x ) ); ri = maxindc( x[.,ci] );]]></description>
			<content:encoded><![CDATA[<div>The column index (ci) and the row index (ri) of the largest element  for the matrix &#8216;x&#8217; can be found like this:</div>
<div></div>
<pre style="padding-left: 30px;">ci = maxindc( maxc( x ) );</pre>
<pre style="padding-left: 30px;">ri = maxindc( x[.,ci] );</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/how-can-i-find-the-index-of-the-largest-element-of-a-matrix/#answer-1205/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.aptech.com @ 2013-02-09 02:00:25 --