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

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

[Octave-bug-tracker] [bug #49050] image function


From: anonymous
Subject: [Octave-bug-tracker] [bug #49050] image function
Date: Sat, 10 Sep 2016 13:20:40 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:48.0) Gecko/20100101 Firefox/48.0

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

                 Summary: image function
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sat 10 Sep 2016 01:20:37 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Olivier Massot
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Using the following script (Bug_imageFunction.m):

"
clear
A = [10 0; 10 7];
B = [0 0; 10 7];
%Concatenations 2 arrays.
colorAB_image=cat(3, A, B);
figure;image(colorAB_image);
"

I get the following answer:

"
>> Bug_imageFunction

error: invalid value for array property "cdata"
error: called from
    image>__img__ at line 201 column 5
    image at line 119 column 10
    Bug_imageFunction at line 6 column 8

from Octave.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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