How do I detect whether the MATLAB instance being used has a command line interface?
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Examples of instances that don't have a command line would be code called through the MATLAB Engine, and compiled applications.
0 comentarios
Respuestas (1)
Kaustubha Govind
el 18 de Feb. de 2011
For compiled applications, you can check isdeployed.
3 comentarios
Kaustubha Govind
el 18 de Feb. de 2011
It should return false - there might be something else you can check for MATLAB Engine calls, but I don't know how.
Kaustubha Govind
el 18 de Feb. de 2011
I wonder if trying to get the Java IDE instance as described in the solution here might provide a direction: http://stackoverflow.com/questions/1924286/is-there-a-way-to-change-the-title-of-the-matlab-command-window. You will probably get an empty object?
Ver también
Categorías
Más información sobre Call MATLAB from C 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!