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

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

[Octave-bug-tracker] [bug #52904] "mesh" with input array of "logical" c


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #52904] "mesh" with input array of "logical" causes error
Date: Tue, 16 Jan 2018 12:36:09 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #6, bug #52904 (project octave):

I see the following in Matlab R2016a:

Z = logical (ones (25,25));
>> Z = logical (ones (25,25));
>> h = surf (Z);
Error using matlab.graphics.chart.primitive.Surface/set
Invalid parameter/value pair arguments.

Error in matlab.graphics.chart.internal.ctorHelper (line 6)
      set(obj, pvpairs{:});

Error in matlab.graphics.chart.primitive.Surface

Error in surf (line 126)
hh = matlab.graphics.chart.primitive.Surface(allargs{:});
 
>> Z2 = get (h, 'zdata');
Undefined function or variable 'h'.

>> class (Z2)
Undefined function or variable 'Z2'.


So at least the development branch seems to behave in this respect.


In Matlab, a figure with empty axes opens for the invalid "surf" command.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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