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

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

[Octave-bug-tracker] [bug #40263] imagesc produces error with scalar x,


From: Rik
Subject: [Octave-bug-tracker] [bug #40263] imagesc produces error with scalar x, y inputs
Date: Mon, 14 Oct 2013 05:05:55 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0

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

                 Summary: imagesc produces error with scalar x,y inputs
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Sun 13 Oct 2013 10:05:54 PM PDT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

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






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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