How to round only two values after decimal point
Ältere Kommentare anzeigen
Hi guys,
I have following block set up and i want 24.02==24.021 but i am getting output as 0 so how can i round the input to consider only two values after decimal point.

Akzeptierte Antwort
Weitere Antworten (1)
stozaki
am 1 Mär. 2020
0 Stimmen
You can use 'round' block and 'subtract' block.

4 Kommentare
Akshay Math
am 1 Mär. 2020
Since you are using the double type for the output of the Constant block, values containing less than a few are output.
If you use a 'data type conversion' block, it will be an integer type.
You can use the round and sabtract blocks to extract fractional values, but why not?
Akshay Math
am 1 Mär. 2020
stozaki
am 1 Mär. 2020
@ Akshay
Thank you for trying the data type conversion block. I understand that the location of the binary points was different because you were using a Gain block.
Regards,
stozaki
Kategorien
Mehr zu Simulink finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

