Diagnostic viewer output in command window?
10 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
Rajanya
2024-11-13,9:39
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!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Configure and View Diagnostics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!