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

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

[Octave-bug-tracker] [bug #49733] some small errors found in octave.pdf


From: anonymous
Subject: [Octave-bug-tracker] [bug #49733] some small errors found in octave.pdf
Date: Tue, 29 Nov 2016 08:59:33 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

URL:
  <http://savannah.gnu.org/bugs/?49733>

                 Summary: some small errors found in octave.pdf 
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 29 Nov 2016 08:59:31 AM UTC
                Category: Documentation
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Documentation
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0
        Operating System: Any

    _______________________________________________________

Details:

'size' in page 45

Example 4: number of output arguments != number of dimensions
[nr, remainder] = size (ones (2, 3, 4, 5)
⇒ nr = 2
⇒ remainder = 60

missing a ")".

'nargout' in page 176

In the second usage,
nargout (@histc) \% or nargout ("histc")
will return 2, because histc has two outputs, whereas

"\%" should be "%"?

'setpref' in page 800

setpref ( "group", "pref", val )
addpref ( "group", { "pref1", "pref2", . . . } , { val1, val2, . . . })

"addpref" should be "setpref".

'open' in page 831

output = open file
output = open ( file )

should be

open file
output = open ( file )

because command-style calling cannot assign return values to variables, like
the bug fixed in the document of function 'edit'.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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