call function from share dll using .net

I create the shared dll from matlab which has functinality to read/write the m file data with help fo c++. Using .net application I want to use that fuctionality but my end user dont have matlab installed on his machine. if i install the MRC on end user machine. can i call the function of my shared library at run time without using stadalone application

回答 (1 件)

Kaustubha Govind
Kaustubha Govind 2012 年 2 月 17 日

0 投票

Yes, if you used MATLAB Compiler to generate the shared library, you can call into it from a machine that has only MATLAB Compiler Runtime (without any MATLAB) installed. See Deployment Process to find the steps needed during deployment.

カテゴリ

ヘルプ センター および File ExchangeC Shared Library Integration についてさらに検索

質問済み:

2012 年 2 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by