Reputation: 614
How can I convert a matlab m-file to a .net assembly?
Upvotes: 1
Views: 656
Reputation: 3181
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
Upvotes: 0
Reputation: 29174
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...
Upvotes: 2