Create the matlab 2006b exe for .net application

I want to create a matlab exe which will simulate the model without matlab and that exe should compatible with .net.

1 件のコメント

Kaustubha Govind
Kaustubha Govind 2012 年 2 月 14 日
"simulate the model" - do you mean a Simulink model?

回答 (1 件)

Kaustubha Govind
Kaustubha Govind 2012 年 2 月 14 日

0 投票

You can use MATLAB Builder NE to generate .NET components from MATLAB code (you will still need to install MATLAB Compiler Runtime libraries on the target machine to be able to run this component.
However, note that the MATLAB Compiler/Builder components do not support Simulink. Instead, you will need to use Simulink Coder to generate standalone C/C++ code that you can call from any program with native interfacing.

この質問は閉じられています。

質問済み:

2012 年 2 月 14 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by