필터 지우기
필터 지우기

Text Output of a compiled Code

조회 수: 4 (최근 30일)
Lukas Nuschele
Lukas Nuschele 2020년 1월 26일
댓글: Walter Roberson 2020년 1월 27일
Hey guys,
I created a desktop application with MATLAB Compiler of my written Code.
The Output of my Code are a few values and some text.
The Code works fine with MATLAB and the application itself seems to work aswell since it is opening required files.
Unfortunately the Output doesn´t appear anywhere if I run the application.
Is there a way I can generate a textbox or similar to show me the output text of my Code on the desktop after I run the application?
If you have any questions feel free to ask,
Thanks a lot for helping me out,
Greetings Lukas :)
  댓글 수: 1
Walter Roberson
Walter Roberson 2020년 1월 27일
evalc() to capture output. Then use any of the various methods to display text. https://www.mathworks.com/help/matlab/ref/uitextarea.html is one way

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by