bugGNU Octave - Bugs: bug #40263, imagesc produces error with scalar...

 
 

bug #40263: imagesc produces error with scalar x,y inputs

Submitter:  Rik <rik5>
Submitted:  Mon 14 Oct 2013 05:05:54 AM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Inaccurate Result
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 18 Oct 2013 11:30:01 PM UTC, comment #1: 

Fixed by other changes in this changeset (http://hg.savannah.gnu.org/hgweb/octave/rev/38cf56b77274).

Rik <rik5>
Group administrator
Mon 14 Oct 2013 05:05:54 AM UTC, original submission:  

The call 'imagesc (x, y, img)' where x and y are scalars should translate the image so the upper left corner is at the location (x,y).  The function does this, but produces an error along the way.


imagesc (10,20, [1 2 3;4 5 6])
error: 'climits' undefined near line 86 column 14
error: evaluating argument list element number 1
error: called from:
error: scripts/image/imagesc.m at line 88, column 3


Rik <rik5>
Group administrator

 

(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 (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
    2013-10-18 rik5 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-bb6a.
    Corresponding source code