octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #39002] leasqr documentation incorrect


From: Clemens Buchacher
Subject: [Octave-bug-tracker] [bug #39002] leasqr documentation incorrect
Date: Sat, 18 May 2013 08:58:22 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31

Follow-up Comment #1, bug #39002 (project octave):

For me both demos work fine and without warnings. I have optim version 1.2.2.
The line numbers in your warnings below do not point to interesting lines in
leasqr.m of that version. Which version of optim do you have? Please upgrade
to the latest version if you do not have it already.
> pkg describe optim

You converted the demos to scripts. Demo1 creates an array 'options' and Demo2
creates a struct 'options'. When you run Demo2 it fails because you already
have an 'options' variable with incompatible in your workspace. Use this
instead:
> demo('leasqr', 1)
> demo('leasqr', 2)

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39002>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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