bugGNU Octave - Bugs: bug #52418, small mistakes in accumarray...

 
 

bug #52418: small mistakes in accumarray docstring

Submitter:  None
Submitted:  Thu 16 Nov 2017 08:32:39 AM UTC
   
 
Category:  Documentation Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Documentation
Status:  Fixed Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.1
Operating System:  * Any Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 17 Nov 2017 02:19:12 AM UTC, comment #1: 

Fixed here (http://hg.savannah.gnu.org/hgweb/octave/rev/ec4ec2f7029d).  This will be a part of the 4.2.2 bug fix release.  Thanks for noticing this.  Closing report.

Rik <rik5>
Group administrator
Thu 16 Nov 2017 08:32:39 AM UTC, original submission:  

Some function handles miss the "@".
Possible solution:

--- /usr/share/octave/4.2.1/m/general/accumarray.m
+++ accumarray.m
@@ -47,8 +47,8 @@
 ## The elements of the returned array that have no subscripts associated
 ## with them are set to zero.  Defining @var{fillval} to some other value
 ## allows these values to be defined.  This behavior changes, however,
-## for certain values of @var{func}.  If @var{func} is @code{min}
-## (respectively, @code{max}) then the result will be filled with the
+## for certain values of @var{func}.  If @var{func} is @code{@@min}
+## (respectively, @code{@@max}) then the result will be filled with the
 ## minimum (respectively, maximum) integer if @var{vals} is of integral
 ## type, logical false (respectively, logical true) if @var{vals} is of
 ## logical type, zero if @var{fillval} is zero and all values are


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-11-17 rik5 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code