Run The MATLAB Compiler Runtime (MCR) from Windows Command Line
Mostrar comentarios más antiguos
Hi there ,
I want to ask if there is anyway to run MCR( MATLAB Compiler Runtime ) from windows cmd ,
Thanks
4 comentarios
Rik
el 1 de Dic. de 2020
Since the runtime is a backend for compiled programs, I would guess that this depends on the application in question, not the runtime. What did you try?
khier talia
el 1 de Dic. de 2020
Rik
el 1 de Dic. de 2020
You could consider rewriting your function to act as a server. That way it could be listening for a file to be updated (or something similar). This would shift the startup time to the beginning of your complete function.
khier talia
el 1 de Dic. de 2020
Respuestas (0)
Categorías
Más información sobre Java Package Integration 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!