How to use integer rounding modes in C based statechart ?
Afficher commentaires plus anciens
I want to use integer rounding mode "round" in arithmatic operation, inside c- based statechart. Unfortunately "round" function is not supported in C-based statechart so is there any alternative ?
By default flooring operation takes place. e.g. when division operation results in 500.0998 it should be rounded up to 501 when conevrted into integer buts its giving it as 500.
Réponses (1)
Abhishek Ballaney
le 30 Jan 2018
0 votes
https://in.mathworks.com/help/simulink/slref/coder.ceval.html
1 commentaire
Swapnil Kulkarni
le 31 Jan 2018
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!