fun10_distcal.h 813 B

12345678910111213141516171819202122232425262728293031
  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: distcal.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 27-Mar-2023 15:34:32
  9. //
  10. #ifndef DISTCAL_H
  11. #define DISTCAL_H
  12. // Include Files
  13. #include "rtwtypes.h"
  14. #include <cstddef>
  15. #include <cstdlib>
  16. // Function Declarations
  17. double b_distcal(const double PlatA_data[], const int PlatA_size[2],
  18. const double PlatB_data[], const int PlatB_size[2]);
  19. extern double distcal(const double PlatA_data[], const int PlatA_size[2],
  20. const double PlatB_data[], const int PlatB_size[2]);
  21. #endif
  22. //
  23. // File trailer for distcal.h
  24. //
  25. // [EOF]
  26. //