Module matlab_compat

Module matlab_compat 

Source
Expand description

MATLAB-compatible histogram creation utilities

Functions§

hist
Create a histogram (equivalent to MATLAB’s hist(data, bins))
hist_with_edges
Create a histogram with custom bin edges (hist(data, edges))
histogram_normalized
Create a normalized histogram (density)