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

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

[Octave-bug-tracker] [bug #38010] "struct2cell" documentation error


From: Robert Walton
Subject: [Octave-bug-tracker] [bug #38010] "struct2cell" documentation error
Date: Tue, 01 Jan 2013 18:49:07 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11

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

                 Summary: "struct2cell" documentation error
                 Project: GNU Octave
            Submitted by: bwalton
            Submitted on: Tue 01 Jan 2013 06:49:05 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: Robert Walton
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.2
        Operating System: Any

    _______________________________________________________

Details:

In the URL:

http://www.gnu.org/software/octave/doc/interpreter/Processing-Data-in-Structures.html#Processing-Data-in-Structures

line 57 of the HTML source reads:


               &rArr; c = {1x1x3 Cell Array}


The cell array actually generated from the example is, however, a 2x1x3 cell
array, so this line should read:


               &rArr; c = {2x1x3 Cell Array}


It is likely that this is auto-generated from the function documentation, but
I don't know how the function documentation works for built-in functions.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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