Engine Library - how can i print text in the Command-Window
이전 댓글 표시
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
답변 (2개)
Kaustubha Govind
2011년 5월 20일
engEvalString with the DISP command should do it for you:
engEvalString(ep, "disp('Your text here.');");
Josef
2011년 5월 23일
0 개 추천
댓글 수: 2
Kaustubha Govind
2011년 5월 23일
Are you setting engSetVisible to true?
Aly Abdellatif
2022년 7월 22일
That may work for Windows but how to do the same in linux
카테고리
도움말 센터 및 File Exchange에서 Call MATLAB from C에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!