Hello, i Heard that you can convert a matlab m-file to a .net assembly, does any one know how?
+2
A:
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...
MartinStettner
2010-01-18 01:54:16
learning good grammar would be yours...
Bass
2010-01-18 11:46:36
sorry that I'm not native english and that I do not really have the time to work on my grammar. What I tried to say with my last sentence is that I've no experience at all with MATLAB, all I did was to enter "MATLAB M File .NET assembly" in google and I got the two links mentioned in my answer ;-) ...
MartinStettner
2010-01-18 14:13:13
A:
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
Graham
2010-01-18 01:55:47
It was true with older MATLAB versions, with R14 `mcc` does not compile into machine code but unto "MATLAB intermediate language" so that you still need MATLAB Component Runtime to run it.
Mikhail
2010-01-18 06:41:52