Simulink as Miro service
Mostrar comentarios más antiguos
Here is the idea, w want to have a docker container to raw data from a database run the simulation model from Simulink and then push the new data back to the database. My issue here, I don't know how Simulink we will run on docker. I looked at Code generation, but I am not sure if that is a production way to deploy it.
2 comentarios
Sourabh Kondapaka
el 20 de En. de 2023
You can use mpm(MATLAB Package Manager) to build your own docker image with Simulink installed. With data present, you can launch the docker container with -batch flag (check dockerhub for information) and run your simulation through matlab scripts.
Fares
el 20 de En. de 2023
Respuestas (0)
Categorías
Más información sobre Configure and View Diagnostics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!