How to convert m-files to dlls?
How can I convert a matlab m开发者_运维问答-file to a .net assembly?
You can use Matlab Builder NE to compile .m files into .NET assemblies.
For other possibilities of interfacing .NET from MATLAB, see MATLAB Interface to .NET Framework
PS: Google's your friend...
don't know if its what you need, but you can check this out.
I haven't checked this but I think you can generate C code using the mcc command but don't trust me on that!
type help mcc
for more details about the compiler documentation
精彩评论