...source file is generated? - MATLAB Answers - MATLAB Central
If the question is whether you can compile to object code without having the C source generated, then the answer is NO: to generate object code the C compiler needs to be invoked on something, and that something needs to be C source.