help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Deleting equal rows/columns in matrix


From: Ben Abbott
Subject: Re: Deleting equal rows/columns in matrix
Date: Wed, 20 Oct 2010 21:33:40 +0800

On Oct 20, 2010, at 9:27 PM, AlbFrigerio <address@hidden> wrote:

> 
> Hello world, I got a problem I'm trying to solve on my own, but I really
> don't know if I would solve it, hence I'm asking "in advance" your help.
> 
> The question is quite simple : is there a (simple) way to delete in a matrix
> the already existing rows or columns? 

For a matrix, A, the fourth row is deleted by ...

A(4,:) = [];

Ben


reply via email to

[Prev in Thread] Current Thread [Next in Thread]