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

[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/




reply via email to

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