Round a signal in simulink?

4 vues (au cours des 30 derniers jours)
John Doe
John Doe le 20 Oct 2020
Can I round a signal in simulink to the third decimal place?
The round fuction block rounds to the nearest integer, and when I try and use round(var) in a user defined matlab function it works, but round(var,3) errors out.
I feel like this should have a very easy solution, which is currently evading me.
  2 commentaires
Mathieu NOE
Mathieu NOE le 20 Oct 2020
hi
this is a dirty trick but it works
first multiply by 1000, round , then multiply by 1e-3
John Doe
John Doe le 20 Oct 2020
Thanks!

Connectez-vous pour commenter.

Réponses (1)

Fangjun Jiang
Fangjun Jiang le 20 Oct 2020
'simulink/Discontinuities/Quantizer'

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by