- Simulink CoderでCコード生成
- MinGWなどでdll作成
- MATLABからloadlibrary
MATLABでcコードを読み込む方法
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
qrqr
el 5 de Sept. de 2019
Comentada: qrqr
el 10 de Sept. de 2019
Simulinkモデルをcコードに変換してMATLABで読み込まして処理をすることは可能でしょうか?
0 comentarios
Respuesta aceptada
Etsuo Maeda
el 9 de Sept. de 2019
という手順はどうでしょうか。
loadlibrary関数はMATLAB Compiler SDKで作ったDLLは読み込めないので注意が必要です。
loadlibrary: 制限: https://jp.mathworks.com/help/matlab/ref/loadlibrary.html#btdlak_-2
6 comentarios
Etsuo Maeda
el 10 de Sept. de 2019
C:\PROGRA~1\MATLAB\R2014b\rtw\c\src\rt_logging.h(17) : fatal error C1083: Cannot open include file: 'builtin_typeid_types.h': No such file or directory "
というようなエラーメッセージが表示されているのであれば、
Más respuestas (0)
Ver también
Categorías
Más información sobre コード生成 en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!