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

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

[Octave-bug-tracker] [bug #47694] copyobj error: get: vector of handles


From: Muhali
Subject: [Octave-bug-tracker] [bug #47694] copyobj error: get: vector of handles must all have same type
Date: Thu, 14 Apr 2016 16:24:55 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

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

                 Summary: copyobj error: get: vector of handles must all have
same type
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Thu 14 Apr 2016 09:24:54 AM PDT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Suppose foo.m contains


figure(1);
ax1=axes('Parent',1);
plot(ax1,rand(100,1));

figure(2);
ax2=subplot(211);
copyobj(allchild(ax1),ax2);


Execution produces the following error: 

error: get: vector of handles must all have same type
error: called from
    copyobj at line 52 column 10
    foo.m at line 7 column 1
error: evaluating argument list element number 2

The code works in ML.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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