필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Include s-function into a model for compilation with virtual Lab motion

조회 수: 1 (최근 30일)
Stephane
Stephane 2014년 10월 3일
마감: MATLAB Answer Bot 2021년 8월 20일
I need to deliver a s-function for a customer. This customer has to include it a compile its model with Virtual Lab motion. Delivering "mexw32" files, "h" files "obj" files "mk" files generated by rtwsfcn compilation seems not to be sufficient (also "c" are needed but can't be delivered due to confidentiality).
What is the procedure to do this compilation ?
  댓글 수: 1
Sandip Kumar
Sandip Kumar 2014년 10월 6일
If you are only going to use the s-function for simulation, then all you will need is the 'MEXW32' file, as mentioned here:
This way your implementation, i.e., the C file is not exposed to the end-user.
What were the specific reasons for you to think of sharing the related files with end-user?

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by