User`s guide

5 Compiler Commands
static double t = 0.0;
t = t + 0.05;
return sin(t);
}
To generate the application, use
mcc -m collect.m measure.c
Note For information on the mxArra y, see the External Interfaces
documentation.
5-16