필터 지우기
필터 지우기

What are the ways to generate dll files in matlab(2013b), for further use in CANoe?

조회 수: 2 (최근 30일)
I am using MATLAB 2013B and CANoe 8.5, I have to integrate the model in Vector CANoe. For this, I am trying to generate the dll file so that I can easily simulate the model in Canoe. Please suggest ways through which we can proceed.
  댓글 수: 1
Laurensius Christian Danuwinata
Laurensius Christian Danuwinata 2016년 5월 30일
hey, I'm not sure but with build(Ctrl+B) you should be able to generate dll files directly, if the CANoe matlab interface exist in your model. However, I am facing the compatibility problem with build now .

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

답변 (1개)

Ahmed Rashid
Ahmed Rashid 2016년 5월 30일
편집: Ahmed Rashid 2016년 5월 31일
If you would like to have the dll to run as a standalone dll, i.e. no dependency on the Matlab runtime, you must go with Matlab Coder
Check out the Matlab Coder App
or the command
codegen
Matlab Coder is restricted in the functions that it can compile into a dll or generate source files.
If you don't want to have restrictions on the functions that you want to generate, you must check the Matlab Compiler and Matlab Compiler SDK.
Using these two toolboxes the generated code will require the Matlab runtime engine, which you can download for free.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by