[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: deleting column/row from interval Matrice
From: |
James Sherman Jr. |
Subject: |
Re: deleting column/row from interval Matrice |
Date: |
Tue, 8 Nov 2016 12:22:19 -0500 |
On Tue, Nov 8, 2016 at 11:47 AM, karamov <address@hidden> wrote:
> hi,
>
> I'm using octave for 1 week now, using the pkg intervals I'm facing the
> following issue while trying to delete a column from a matrice of intervals:
> <http://octave.1599824.n4.nabble.com/file/n4680529/Capture_d%E2%80%99e%CC%81cran_2016-11-08_a%CC%80_17.png>
>
> I don't want to just replace the row with two empty intervals, because the
> size of my matrice will grow fastly.
>
>
>
>
>
>
>
>
> --
> View this message in context:
> http://octave.1599824.n4.nabble.com/deleting-column-row-from-interval-Matrice-tp4680529.html
> Sent from the Octave - General mailing list archive at Nabble.com.
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-octave
In your example, couldn't you just do something like:
g = g(:, 2:end)
to "delete" the first column?
Also, (this may just be me), but it is incredibly annoying to have to
click on an image when its just text. Its much easier to follow the
discussion just to copy and paste the text into the message itself. I
blame twitter for this phenomenon.
Hope this helps,
James Sherman