Does Matlab Compiler generate (or is capable of generating) C/C++ code equivalent of *.m files which it later compiles into executable? Is it possible? Or does it just create exe without c/c+ step?
Does Matlab Compiler generate (or is capable of generating) C/C++ code equivalent of *.m
Share
You want the MATLAB Coder product, not the MATLAB Compiler. The MATLAB Compiler is about application deployment not code generation.