Show the command window from engine application on Mac
Mostrar comentarios más antiguos
Is it possible to show the MATLAB command window when using a MATLAB Engine application, and running on OS X? (I know there's engSetVisible() but it only works on Windows.)
The reason I'm asking is that I noticed that most GUI elements do work: I can create a figure, show the documentation window using 'doc' or the command history window using 'commandhistory'. The 'commandwindow' command seems to do nothing though.
3 comentarios
try to evaluate (engEvalString) the following command:
com.mathworks.mde.desk.MLDesktop.getInstance.showCommandWindow
Szabolcs
el 19 de Feb. de 2013
try this, no guarantees :)
com.mathworks.mde.desk.MLDesktop.getInstance.getMainFrame.setVisible(0)
Respuestas (0)
Categorías
Más información sobre Call MATLAB from C en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!