1234567891011121314151617181920212223242526272829303132 |
- //
- // 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 <cstddef>
- #include <cstdlib>
- // Function Declarations
- namespace coder {
- void histcounts(const ::coder::array<double, 2U> &x, double n_data[],
- int n_size[2], double edges_data[], int edges_size[2]);
- }
- #endif
- //
- // File trailer for histcounts.h
- //
- // [EOF]
- //
|