필터 지우기
필터 지우기

Can MATLAB Engine use TextWriter after function has finished?

조회 수: 1 (최근 30일)
When making a call to MATLAB using MATLAB Engine with .NET, you can specify RunOptions
public RunOptions(TextWriter output, TextWriter error, int nargout = 1, bool async = false)
Is there a way for MATLAB to keep writing to the output TextWriter even after the first call has returned?
What I would like to be able to do is go into the MATLAB Desktop App and type disp('Hello .NET') and have that use the TextWriter from the previous call. Is this possible?

채택된 답변

Nolin Borrero Jr
Nolin Borrero Jr 2024년 4월 17일
Apparently this is not possible.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by