Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
Loading...
Searching...
No Matches
Macros | Functions
autolevclean.c File Reference

MEX function to extract clean C source code from C files generated by Autolevs. More...

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <time.h>
#include "mex.h"
#include "gait2dc.h"

Macros

#define STRLEN   100
 

Functions

void mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
 

Detailed Description

MEX function to extract clean C source code from C files generated by Autolevs.

Author
Antonie J. (Ton) van den Bogert
Date
January 25, 2023

Macro Definition Documentation

◆ STRLEN

#define STRLEN   100

Function Documentation

◆ mexFunction()

void mexFunction ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
const mxArray *  prhs[] 
)