[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #8801] add support for the histogram and h
From: |
Nicholas Jankowski |
Subject: |
[Octave-patch-tracker] [patch #8801] add support for the histogram and histcounts functions |
Date: |
Mon, 9 Aug 2021 19:00:10 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 |
Follow-up Comment #13, patch #8801 (project octave):
peeking at this patch as it was recently mentioned in bug #60983.
it looked like Philip had a fairly complete version of the functions, minus
the category array inputs options for both functions, and histogram returning
an axes handle vs some new Histogram object (neither are implement in octave
yet, correct?)
Is there anything else missing, any options missing that comment #12 histcount
covers? At first glance it seems to have most/all of the name/value pairs
accounted for, but i haven't done an exhaustive check.
I'm not sure what the extra complexity of a c++ version gives. safe to assume
pkg parallel/Matlab is only needed for those tests, not the actual function?
function docs for both at:
https://www.mathworks.com/help/matlab/ref/histcounts.html
https://www.mathworks.com/help/matlab/ref/matlab.graphics.chart.primitive.histogram.html
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/patch/?8801>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-patch-tracker] [patch #8801] add support for the histogram and histcounts functions,
Nicholas Jankowski <=