octave-maintainers
[Top][All Lists]
Advanced

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

Re: error: 'zero' undefined near line 1 column 1 on windows 2010


From: Dmitri A. Sergatskov
Subject: Re: error: 'zero' undefined near line 1 column 1 on windows 2010
Date: Tue, 28 Nov 2017 16:04:50 -0600

On Tue, Nov 28, 2017 at 3:48 PM, rodica <address@hidden> wrote:


octave:1> zero(3,3)
warning: the 'zero' function belongs to the control package from Octave
Forge


​Perhaps you want "zeros":

​octave:1> zeros(3,3)
ans =

   0   0   0
   0   0   0
   0   0   0




 

reply via email to

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