[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/
- [Octave-bug-tracker] [bug #65457] Patch: octave and MATLAB interpret ambiguous patch(x, y, C) case differently, Nicholas Jankowski, 2024/03/12
- [Octave-bug-tracker] [bug #65457] Patch: octave and MATLAB interpret ambiguous patch(x, y, C) case differently, Nicholas Jankowski, 2024/03/12
- [Octave-bug-tracker] [bug #65457] Patch: octave and MATLAB interpret ambiguous patch(x, y, C) cases differently, Nicholas Jankowski, 2024/03/12
- [Octave-bug-tracker] [bug #65457] Patch: octave and MATLAB interpret ambiguous patch(x, y, C) cases differently, Markus Mützel, 2024/03/13
- [Octave-bug-tracker] [bug #65457] Patch: octave and MATLAB interpret ambiguous patch(x, y, C) cases differently, Nicholas Jankowski, 2024/03/13
- [Octave-bug-tracker] [bug #65457] Patch: octave and MATLAB interpret ambiguous patch(x, y, C) cases differently,
Nicholas Jankowski <=