Simulink.ConfigSet vs. coder.Embe​ddedCodeCo​nfig?

조회 수: 3 (최근 30일)
Johan Lundström
Johan Lundström 2018년 8월 13일
댓글: Johan Lundström 2018년 8월 14일
I have a company specific Simulink code generation config set. I instead want to generate code from a Matlab function using the codegen command as in this example: https://se.mathworks.com/help/ident/ug/generate-code-for-online-state-estimation-in-matlab.html
  • How can I inherit my Simulink company settings for use with codegen command?
  • What is the relation between the classes Simulink.ConfigSet and coder.EmbeddedCodeConfig?
  댓글 수: 2
TAB
TAB 2018년 8월 14일
I think you are refering to 2 different products here.
  1. Simulink config set (Simulink.ConfigSet) is used to generate the code from Simulink model using Simulink Coder and Embedded Coder.
  2. There is another product call Matlab Coder which is used to generate code from Matlab scripts. The example in the link is for Matlab coder.
You can not use Simulink.ConfigSet from your company in Matlab coder.
Johan Lundström
Johan Lundström 2018년 8월 14일
I am refering to 2 different products. Hence the question. The suggested answer is not satisfying.

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

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by