octave-maintainers
[Top][All Lists]
Advanced

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

Bug?


From: Fotios Kasolis
Subject: Bug?
Date: Thu, 16 Dec 2010 11:05:22 +0100

In Octave 3.2.4 under windows (binary version provided by Octave forge) when I start octave there is a variable ans already there (without entering sth)
 
octave.exe:1> who
Variables in the current scope:
 
ans
 
octave.exe:2> ans
ans =
 
{
  [1,1] = ComplexEqn
  [1,2] = FinDiffType
  [1,3] = FunValCheck
  [1,4] = GradObj
  [1,5] = Jacobian
  [1,6] = MaxFunEvals
  [1,7] = MaxIter
  [1,8] = OutputFcn
  [1,9] = TolFun
  [1,10] = TolX
  [1,11] = Updating
}
 
which looks like an option cell for optimization routines. Is that on purpose or just a tiny bug?
 
/Fotis

reply via email to

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