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: avlas
Subject: Re: error: 'zero' undefined near line 1 column 1 on windows 2010
Date: Tue, 28 Nov 2017 16:51:46 -0500

El dimarts, 28 de novembre de 2017, a les 16:48:10 EST, rodica va escriure:

  GNU Octave, version 4.2.1
  Copyright (C) 2017 John W. Eaton and others.
  This is free software; see the source code for copying conditions.
  There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
  FITNESS FOR A PARTICULAR PURPOSE.  For details, type 'warranty'.
  
  Octave was configured for "i686-w64-mingw32".
  
  Additional information about Octave is available at http://www.octave.org.
  
  Please contribute if you find this software useful.
  For more information, visit http://www.octave.org/get-involved.html
  
  Read http://www.octave.org/bugs.html to learn how to submit bug reports.
  For information about changes from previous versions, type 'news'.
  
  octave:1> zero(3,3)
  warning: the 'zero' function belongs to the control package from Octave
  Forge
  which you have installed but not loaded.  To load the package, run 'pkg
  load control' from the Octave prompt.
  
  Please read <http://www.octave.org/missing.html> to learn how you can
  contribute missing functionality.
  error: 'zero' undefined near line 1 column 1
  octave:1>
  
  I am new to this ..... just started to learn!
  
  
  
  --
  Sent from: 
http://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html
  
  
You probably want to use zeros(3,3)

Note the 's' in zeros

a.



reply via email to

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