// // Academic License - for use in teaching, academic research, and meeting // course requirements at degree granting institutions only. Not for // government, commercial, or other organizational use. // File: histcounts.h // // MATLAB Coder version : 5.3 // C/C++ source code generated on : 27-Mar-2023 15:34:32 // #ifndef HISTCOUNTS_H #define HISTCOUNTS_H // Include Files #include "rtwtypes.h" #include "coder_array.h" #include #include // Function Declarations namespace coder { void histcounts(const ::coder::array &x, double n_data[], int n_size[2], double edges_data[], int edges_size[2]); } #endif // // File trailer for histcounts.h // // [EOF] //