[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #65714] "hist" throws error when input numbers
From: |
Nicholas Jankowski |
Subject: |
[Octave-bug-tracker] [bug #65714] "hist" throws error when input numbers are very close |
Date: |
Thu, 9 May 2024 17:23:15 -0400 (EDT) |
Follow-up Comment #1, bug #65714 (group octave):
the input to bar for the two cases for the line:
bar (hax, x, freq, "hist", varargin{iarg:end});
for the first case:
x = -3:1:6
freq = [0 0 0 0 2 0 0 0 0 0]'
for the second case it has:
x = ones (10, 1);
freq = [1 0 0 0 1 0 0 0 0 0]'
the latter x is what's triggering the error. need to see what hist is doing
to generate that from your input.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?65714>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #65714] "hist" throws error when input numbers are very close, Hartmut, 2024/05/08
- [Octave-bug-tracker] [bug #65714] "hist" throws error when input numbers are very close,
Nicholas Jankowski <=
- [Octave-bug-tracker] [bug #65714] "hist" throws error when input numbers are very close, Nicholas Jankowski, 2024/05/09
- [Octave-bug-tracker] [bug #65714] "hist" throws error when input numbers are very close, Nicholas Jankowski, 2024/05/09
- [Octave-bug-tracker] [bug #65714] "hist" throws error when input numbers are very close, Nicholas Jankowski, 2024/05/09
- [Octave-bug-tracker] [bug #65714] "hist" throws error when input numbers are very close, Hartmut, 2024/05/10
- [Octave-bug-tracker] [bug #65714] "hist" throws error when input numbers are very close, Nicholas Jankowski, 2024/05/17
- [Octave-bug-tracker] [bug #65714] "hist" throws error when input numbers are very close, Arun Giridhar, 2024/05/18
- [Octave-bug-tracker] [bug #65714] "hist" throws error when input numbers are very close, Nicholas Jankowski, 2024/05/18
- [Octave-bug-tracker] [bug #65714] "hist" throws error when input numbers are very close, Nicholas Jankowski, 2024/05/18