Effacer les filtres
Effacer les filtres

How can I display the last value obtained in a scope block graph in Simulink?

14 vues (au cours des 30 derniers jours)
I obtained a couple of graphs from my discrete event simulation using the scope block, but I'd like to know how I can see the exact y value I obtained in the end, instead of eyeing it from the graph. How can I do that?

Réponse acceptée

Abdolkarim Mohammadi
Abdolkarim Mohammadi le 23 Sep 2020
Modifié(e) : Abdolkarim Mohammadi le 23 Sep 2020
The Display block shows the numeric output.

Plus de réponses (2)

Fangjun Jiang
Fangjun Jiang le 22 Sep 2020
Modifié(e) : Fangjun Jiang le 24 Sep 2020
You could log the data and the last value would be data(end).
Or do it manually, on the Scope, tools, Measurements, Cursor Measurements.

Anil Chowdary Tummala
Anil Chowdary Tummala le 18 Fév 2021
I am not aware of your project.
But if you want to see the exact y value obtained in the end
Double click on the block from which scope input is given and change the following
"Form output after final data value by" to "Holding Final Value" and connect block oputput to a "Display Block" in simulink

Catégories

En savoir plus sur Discrete-Event Simulation dans Help Center et File Exchange

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by