fun10_histcounts.h 724 B

1234567891011121314151617181920212223242526272829303132
  1. //
  2. // Academic License - for use in teaching, academic research, and meeting
  3. // course requirements at degree granting institutions only. Not for
  4. // government, commercial, or other organizational use.
  5. // File: histcounts.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 27-Mar-2023 15:34:32
  9. //
  10. #ifndef HISTCOUNTS_H
  11. #define HISTCOUNTS_H
  12. // Include Files
  13. #include "rtwtypes.h"
  14. #include "coder_array.h"
  15. #include <cstddef>
  16. #include <cstdlib>
  17. // Function Declarations
  18. namespace coder {
  19. void histcounts(const ::coder::array<double, 2U> &x, double n_data[],
  20. int n_size[2], double edges_data[], int edges_size[2]);
  21. }
  22. #endif
  23. //
  24. // File trailer for histcounts.h
  25. //
  26. // [EOF]
  27. //