モデルをライブラリ化することはできますか?

Simulink のモデルファイル (.mdl) をライブラリファイル (dll) 化する方法を教えてください。

 Accepted Answer

MathWorks Support Team
MathWorks Support Team on 25 Feb 2021
Edited: MathWorks Support Team on 25 Feb 2021

0 votes

Embedded Coder( 旧 Real-Time Workshop Embedded Coder) を使用することにより可能です。
このオプションで提供されているシステムターゲットファイル"ert_shrlib.tlc"を使用すると、共有ライブラリ用のコード生成と、コンパイルが行われます。
具体的な方法は以下に記述があります(英語のみとなります)。
MATLABコマンドウィンドウ上で下記コマンドを実行すると上記内容に関連したデモが開きます。"Instractions"に従って実行してください。
>> rtwdemo_shrlib

More Answers (0)

Categories

Find more on Simulink Coder in Help Center and File Exchange

Products

Release

R2009a

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!