Hi,
MATLAB supports the ufix16_Sp1 data type. You can check that using the following command:
a = fixdt(0,16,0.1,0);
name = a.tostringInternalSlName();
Hope this helps.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!