matlab - Increase amount of a variable in Simulink -


i'm working on car counting project. i'm stuck counting cars substracting previous detected car value current one. i've tried memory block previous detected car value. however, not count cars properly. returns 0, 1,255,254.

edit: after uint8 block, detected car number 8 bit unsigned integer goes through.

simulink image


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -