[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63144] [matgeom] drawBox3d() throws an error
From: |
Yu Hongbo |
Subject: |
[Octave-bug-tracker] [bug #63144] [matgeom] drawBox3d() throws an error when called as the example in the docunemt |
Date: |
Sat, 1 Oct 2022 11:39:07 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?63144>
Summary: [matgeom] drawBox3d() throws an error when called as
the example in the docunemt
Project: GNU Octave
Submitter: yuhongbo
Submitted: Sat 01 Oct 2022 03:39:06 PM UTC
Category: Octave Forge Package
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Unexpected Error or Warning
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: 7.1.0
Discussion Lock: Any
Operating System: Microsoft Windows
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Sat 01 Oct 2022 03:39:06 PM UTC By: Yu Hongbo <yuhongbo>
The document is at
https://octave.sourceforge.io/matgeom/function/drawBox3d.html
Here is my code:
>> XMIN = XMAX = YMIN = YMAX = ZMIN = ZMAX = 1;
>> BOX = [XMIN XMAX YMIN YMAX ZMIN ZMAX];
>> drawBox3d(BOX);
error: validateattributes: function called with too many outputs
error: called from
validateattributes
drawBox3d>@<anonymous> at line 59 column 16
validate_arg at line 546 column 11
parse at line 410 column 9
parseDrawInput at line 58 column 1
drawBox3d at line 62 column 22
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63144>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63144] [matgeom] drawBox3d() throws an error when called as the example in the docunemt,
Yu Hongbo <=