123456789101112131415161718192021222324 |
- //
- // File: S_orignal_1.h
- //
- // MATLAB Coder version : 5.2
- // C/C++ source code generated on : 04-Mar-2023 10:57:47
- //
- #ifndef S_ORIGNAL_1_H
- #define S_ORIGNAL_1_H
- // Include Files
- #include "rtwtypes.h"
- #include <cstddef>
- #include <cstdlib>
- // Function Declarations
- extern double* S_orignal_1(double fd, double N, double S[10000]);
- #endif
- //
- // File trailer for S_orignal_1.h
- //
- // [EOF]
- //
|