Get exact value from Scope cursor in Simulink

23 vues (au cours des 30 derniers jours)
Jonas
Jonas le 30 Août 2021
Commenté : Jack le 29 Août 2024
I am using the vertical Cursors in a Scope window to find the signal value. However, the value only displays three significant numbers behind the comma. In my example, it shows 2.202e+07:
Can I get the signal value with more significant numbers somehow? The signal in this case is actually a uint32 signal where each bit represents something, so I need to get the exact uint32 value.

Réponse acceptée

Sahil Jain
Sahil Jain le 2 Sep 2021
Hi Jonas. As of R2021a, it is not possible to increase the number of digits shown in the Scope block window. As a workaround, you can export the signals to the workspace (see "to workspace" block) and use the "format" function to set the format style to 'long' and print the values to the console.
  2 commentaires
Controls Engineer
Controls Engineer le 2 Août 2023
Hi Sahil, is there a plan to meet this requirement in a future release? Given the number of views within the last 30 days, it would seem many people are disappointed in this loss of functionality and have searched for a solution. "to workspsace" is not a viable long term solution when needing to quickly analyze signals.
Jack
Jack le 29 Août 2024
This should be fixed. It isn't a limitation, just a weird decision.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Event Functions dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by