help-octave
[Top][All Lists]
Advanced

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

Re: newbie question


From: Jordi Gutiérrez Hermoso
Subject: Re: newbie question
Date: Tue, 8 Nov 2011 17:02:36 -0500

On 8 November 2011 16:58, TONY HOLDROYD <address@hidden> wrote:
> I have an array called X, say and I'd like to set the first column to all
> zeros.

X(:,1) = 0

You can read more here:

    
http://www.gnu.org/software/octave/doc/interpreter/Index-Expressions.html#Index-Expressions

HTH,
- Jordi G. H.


reply via email to

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