Bassel Shawi
Bassel Shawi

Reputation: 614

How to convert m-files to dlls?

How can I convert a matlab m-file to a .net assembly?

Upvotes: 1

Views: 656

Answers (3)

binarycreations
binarycreations

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

MartinStettner
MartinStettner

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

ghostdog74
ghostdog74

Reputation: 343097

don't know if its what you need, but you can check this out.

Upvotes: 0

Related Questions