[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #42394] hist fails when data has two columns a
From: |
Juan Pablo Carbajal |
Subject: |
[Octave-bug-tracker] [bug #42394] hist fails when data has two columns and normalization is requested |
Date: |
Tue, 20 May 2014 17:52:05 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?42394>
Summary: hist fails when data has two columns and
normalization is requested
Project: GNU Octave
Submitted by: juanpi
Submitted on: Tue 20 May 2014 05:52:04 PM GMT
Category: Octave Function
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name: juanpi
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: Any
_______________________________________________________
Details:
The following code fails in Octave rev 79f69742971a
> hist(rand(10,2),0:5, 1)
error: hist: operator /: nonconformant arguments (op1 is 1x1, op2 is 1x2)
error: called from:
error: /usr/local/share/octave/3.8.1/m/plot/draw/hist.m at line 160, column
10
It was verified (IRC) that the code runs ok in Matlab.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?42394>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #42394] hist fails when data has two columns and normalization is requested,
Juan Pablo Carbajal <=