Diagnostic viewer output in command window?

조회 수: 10 (최근 30일)
Erik Malmlöf
Erik Malmlöf 2015년 9월 17일
답변: Rajanya 2024년 11월 13일
Is there any command that I can use so I get the output from the Diagnostic Viewer displayed in the command vindow when for example updating my diagram in simulink? Basically I want to see all the warnings in the command window.

답변 (1개)

Rajanya
Rajanya 2024년 11월 13일
You can use the ‘sldiagviewer.diary’ function to log the diagnostic messages.
sldiagviewer.diary
type diary.txt
You can learn more about ‘sldiagviewer.diary’ by entering the following command in your MATLAB Command Window:
doc sldiagviewer.diary
Hope this helps!

카테고리

Help CenterFile Exchange에서 Configure and View Diagnostics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by