Why can't I build model in Simulink which contains a S-function?

I'm learning the S-function with the examples in the Matlab, but I failed to build model of the examples. What is confused is that I could run the examples and went through the simulation when the building is blocked.I'm wondering why I can run the S-function but came across various errors, such as the lack of tlc files, the inappropriate configuration of the solver type, when I tried to build model. Many thanks!

 채택된 답변

Easwar Kumar Yarrabikki
Easwar Kumar Yarrabikki 2017년 1월 25일

0 개 추천

  • In order to generate code for the s-function, you must place the tlc file in the same folder of S-function. TLC means Target Language Compiler, Which is used to customize the code building process.
  • You opt S-function because none of Simulink library blocks Can perform what you really want to do, So you customized a Simulink Block according your requirment. In the same you need to guide MATLAB Coder With Customized building process to generate code for your Customized block.

댓글 수: 1

  • Thanks a lot for your explanation of TLC.I have copied a TLC file of a similar example and pasted it over to the same folder as Rule1 said but it didn't work.
  • I'm confused about ""guide MATLAB Coder with customized building process". Would you like to explain or show how to achieve it? Since English is my second language, I'm afraid that I failed to understand it literally. I appreciate your answer.

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

추가 답변 (0개)

카테고리

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

질문:

2017년 1월 25일

댓글:

2017년 2월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by