<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/253602</link>
    <title>MATLAB Central Newsreader - matrix column deletion with know column indices</title>
    <description>Feed for thread: matrix column deletion with know column indices</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sat, 13 Jun 2009 05:51:01 -0400</pubDate>
      <title>matrix column deletion with know column indices</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/253602#656964</link>
      <author>Diego Lass</author>
      <description>Hi&lt;br&gt;
I want to delete several columns in a matrix and get the resulting matrix, what is the fastest way to do this.  I saw some posts but didn't understand them. &lt;br&gt;
&lt;br&gt;
For example&lt;br&gt;
1 2 3 4 5&lt;br&gt;
6 7 8 9 10&lt;br&gt;
&lt;br&gt;
I want to delete columns [1 3] and get&lt;br&gt;
2 4 5 &lt;br&gt;
7 9 10&lt;br&gt;
&lt;br&gt;
what is the fastest way to do this.&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
Diego</description>
    </item>
    <item>
      <pubDate>Sat, 13 Jun 2009 06:19:01 -0400</pubDate>
      <title>Re: matrix column deletion with know column indices</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/253602#656970</link>
      <author>Bruno Luong</author>
      <description>&quot;Diego Lass&quot; &amp;lt;dlISCool@gmail.com&amp;gt; wrote in message &amp;lt;h0veo5$rpk$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi&lt;br&gt;
&amp;gt; I want to delete several columns in a matrix and get the resulting matrix, what is the fastest way to do this.  I saw some posts but didn't understand them. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; For example&lt;br&gt;
&amp;gt; 1 2 3 4 5&lt;br&gt;
&amp;gt; 6 7 8 9 10&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I want to delete columns [1 3] and get&lt;br&gt;
&amp;gt; 2 4 5 &lt;br&gt;
&amp;gt; 7 9 10&lt;br&gt;
&lt;br&gt;
A(:[1 3])  = []&lt;br&gt;
&lt;br&gt;
% Bruno</description>
    </item>
  </channel>
</rss>

