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

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

[Octave-bug-tracker] [bug #65457] Patch: octave and MATLAB interpret amb


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #65457] Patch: octave and MATLAB interpret ambiguous patch(x, y, C) cases differently
Date: Wed, 13 Mar 2024 08:54:10 -0400 (EDT)

Follow-up Comment #3, bug #65457 (group octave):

also, for the ones that produce an error, that only occurs if they are
floating point values based on how it interprets rgb colors.


hp = patch ([x1,x2,x1], [y1,y2,y2], int32([1 2 3]))
# plots three identically gray faces

hp = patch ([x1,x2,x1], [y1,y2,y2], int32([1 2 3])')
# plots 3 faces each a different (same result as type double) 
+verbatim


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65457>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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