- Simulink CoderでCコード生成
- MinGWなどでdll作成
- MATLABからloadlibrary
MATLABでcコードを読み込む方法
15 views (last 30 days)
Show older comments
Simulinkモデルをcコードに変換してMATLABで読み込まして処理をすることは可能でしょうか?
0 Comments
Accepted Answer
Etsuo Maeda
on 9 Sep 2019
という手順はどうでしょうか。
loadlibrary関数はMATLAB Compiler SDKで作ったDLLは読み込めないので注意が必要です。
loadlibrary: 制限: https://jp.mathworks.com/help/matlab/ref/loadlibrary.html#btdlak_-2
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!