How to run the MATLAB Compiler from inside a C# windows application

조회 수: 3 (최근 30일)
Hi, I'm developing some C# windows application and I need to receive some .m Matlab files and compile them Matlab compiler in order to generate some .Net assemblies. I know that it can be done from Matlab environment itself but I need to call that Matlab Compiler from my application and pass the .m files to that. Is there any Dll or COM available? I have Matlab R2012b installed.

채택된 답변

Kaustubha Govind
Kaustubha Govind 2013년 3월 28일
You should first write a MATLAB function using the MATLAB Compiler command-line API (look for mcc in the documentation to get started) that accepts the .m file-names as input arguments and invokes MATLAB Compiler to generate .NET assemblies from those files. Once you have that, you can use the MATLAB COM Interface to invoke that function using Feval.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler SDK에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by