Engine Library - how can i print text in the Command-Window
Mostrar comentarios más antiguos
Hy there,
I'm starting with the Engine-Libary-API and I'm very enthused about the amazing possibilities with Matlab-Engine Calling from an application.
But there is still a big question:
How can i print some Text to the Command Window (which appears, when i start the Engine-Session with "engOpen") ???
Best Regards,
Josef
Respuestas (2)
Kaustubha Govind
el 20 de Mayo de 2011
engEvalString with the DISP command should do it for you:
engEvalString(ep, "disp('Your text here.');");
Josef
el 23 de Mayo de 2011
0 votos
2 comentarios
Kaustubha Govind
el 23 de Mayo de 2011
Are you setting engSetVisible to true?
Aly Abdellatif
el 22 de Jul. de 2022
That may work for Windows but how to do the same in linux
Categorías
Más información sobre Variables 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!