Why answer of uint8 in .m and mdl are different?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
nkumar
il 27 Lug 2015
Risposto: Walter Roberson
il 27 Lug 2015
I have a value of -1.In .m file if i process uint8(-1) i get answer as 0,but in simulink if i feed a constant with -1 and use data conversion of uint8 i get answer as 255.Why do i get different answers.
0 Commenti
Risposta accettata
Walter Roberson
il 27 Lug 2015
Notice that Saturate on Integer Overflow defaults to Off; you want it to be On.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Sources 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!