https://github.com/chlubba/catch22
Raw File
Tip revision: 34163958129ef7a6f35f5b5f32c5548058d9f691 authored by Ben Fulcher on 05 December 2023, 04:22:44 UTC
tweak
Tip revision: 3416395
DN_HistogramMode_10.m
function out = DN_HistogramMode_10(y)

% no combination of single functions
coder.inline('never');

out = DN_HistogramMode(y, 10);
back to top