Can not convert USHORT MAX to ufix16_Sp01
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
galaxy
el 19 de Nov. de 2020
Comentada: galaxy
el 19 de Nov. de 2020
Dear bros,
In Simulink model, I use constant block which has value (65535) and data type is ufix16_Sp01 (fixdt(0,16,0.01,0)). But there is error
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/418928/image.png)
I understand that ufix16_Sp01 is unsigned with wordlength is 16.
So, Can anyone explain for me???
0 comentarios
Respuesta aceptada
James Tursa
el 19 de Nov. de 2020
If you have a slope scaling of 0.01 and a bias of 0, doesn't that mean the max value is 65535*0.01 = 655.35?
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!