[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #65471] hist rules need to be more clear
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #65471] hist rules need to be more clear |
Date: |
Sun, 17 Mar 2024 05:23:31 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?65471>
Summary: hist rules need to be more clear
Group: GNU Octave
Submitter: None
Submitted: Sun 17 Mar 2024 09:23:31 AM UTC
Category: None
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: 8.4.0
Discussion Lock: Any
Operating System: Any
Fixed Release: None
Planned Release: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Sun 17 Mar 2024 09:23:31 AM UTC By: Anonymous
Should hist return a row vector or a column vector or the shape of the input?
The doc does not say so sometimes it causes errors:
x = 1:100; y = unique (x); z = hist (x, y); [y; z]
x = (1:100)'; y = unique (x); z = hist (x, y); [y; z]
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?65471>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #65471] hist rules need to be more clear,
anonymous <=