simulinkのスタンドアロンアプリ化
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
qrqr
el 19 de Abr. de 2019
Respondida: Shoumei
el 26 de Abr. de 2019
スタンドアロンアプリについてです。
MATLAB Runtimeでアプリケーションを作れますが、simulinkも可能なのでしょうか?
0 comentarios
Respuesta aceptada
Shoumei
el 26 de Abr. de 2019
MATLABのスタンドアローンアプリを作るのはMATLAB Compilerですかね。
R2019aの時点では、Simulink Coderを使ってCコード生成を経てEXEを生成することはできますが、生成できるのは処理内容のみで、SimulinkのモデルウィンドウやScopeの類は生成できませんので、TAAOさんが言われているスタンドアロンアプリとして使えるかどうかは不明です。
その生成したEXEをMATLAB Compilderで生成したMATLABスタンドアローンアプリからキックすれば、GUI含めたスタンドアローンアプリを作れそうですが。
0 comentarios
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!