Effacer les filtres
Effacer les filtres

Programatically write to Simulink Diagnostic Viewer

9 vues (au cours des 30 derniers jours)
Ashley Schaeffer
Ashley Schaeffer le 19 Mar 2020
I am writing a C++ S-Function and I would like to be able to programatically write to the Diagnostic Viewer to aid with debugging. How can this be achieved?

Réponses (1)

Ganesh Regoti
Ganesh Regoti le 24 Mar 2020
Hi,
There is a way of writing data onto diagnostic viewer programatically from S-Functions. The 'std::cout' statements written in method mdlOutputs is printed onto diagnostic viewer. This method is hit for every iteration (every simulation step). To get more information on S-Function, refer the following
Hope this helps!

Community Treasure Hunt

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

Start Hunting!

Translated by