Borrar filtros
Borrar filtros

How to visualize the values in Simulink test manager?

5 visualizaciones (últimos 30 días)
Sohan
Sohan el 25 de En. de 2024
Respondida: Selena Mastrodonato el 25 de En. de 2024
I'm using test sequencer with simulink test manager to verify a few statements using verify syntax. but I want to see the values also in the Visualize window in Simulink test manager. how can I see the vaues there?
example
verify(isequal(x,10), 'Error message', 'x value is Incorrect')
The avove statement will print the x value in logs only when the verify statement is false. How can I get the value in visualize window of simulink test manager..

Respuestas (1)

Selena Mastrodonato
Selena Mastrodonato el 25 de En. de 2024
Hi @Sohan,
I think you have to add the simulation output in your test cases, so 'Sim Output' will appear below 'Verify Statement'.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by