Can I convert my matlab gui into a dll ? If so, how ?

 채택된 답변

Kaustubha Govind
Kaustubha Govind 2012년 4월 25일

0 개 추천

Yes, you can using the MATLAB Compiler product. See MATLAB Compiler - Libraries.

댓글 수: 7

Raj Shankar
Raj Shankar 2012년 4월 25일
You mean by the NE Builder ? I found an option - 'deploytool'. I think I am right, iSn't?
Kaustubha Govind
Kaustubha Govind 2012년 4월 25일
Builder NE is an extension of MATLAB Compiler used to build .NET components from MATLAB code. If you need generic C/C++ shared libraries, MATLAB Compiler is sufficient. And yes, deploytool is the tool that you need to use.
Raj Shankar
Raj Shankar 2012년 4월 25일
Ya Thankyou.
Raj Shankar
Raj Shankar 2012년 4월 30일
I used the Matlab Compiler and then I got the dll out of my m file. But can't I convert my fig file(the output product of my m file) directly into dll? If I add my fig file alone, the build option in the deploytool window is getting disabled.
Is ther anyother way?
Titus Edelhofer
Titus Edelhofer 2012년 4월 30일
Hi Raj,
to give a useful answer you will need to tell us in a few more words what you want to do: the compiler converts a MATLAB file (.m) into a generic C/C++ DLL. To this end it includes all necessary files (like the .fig file). ...
Titus
Raj Shankar
Raj Shankar 2012년 4월 30일
All right. So do I need to create any object to call my m file function from Visual C++ ? If so could you tell me how shall I create the object and the class for my m file in matlab
Friedrich
Friedrich 2012년 4월 30일
Maybe start with an example from the doc:
http://www.mathworks.com/help/releases/R2012a/toolbox/compiler/f2-995712.html#f2-1009231
after that it should be easy to call your function instead of the one in the demo.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by