Round a signal in simulink?

4 visualizzazioni (ultimi 30 giorni)
John Doe
John Doe il 20 Ott 2020
Risposto: Fangjun Jiang il 20 Ott 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 Commenti
Mathieu NOE
Mathieu NOE il 20 Ott 2020
hi
this is a dirty trick but it works
first multiply by 1000, round , then multiply by 1e-3
John Doe
John Doe il 20 Ott 2020
Thanks!

Accedi per commentare.

Risposte (1)

Fangjun Jiang
Fangjun Jiang il 20 Ott 2020
'simulink/Discontinuities/Quantizer'

Categorie

Scopri di più su Simulink in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by