Unit 16 is a data type in MATLAB uintl6s are integers betwee
Unit 16 is a data type in MATLAB. uintl6\'s are integers between 0 and 65535, and each number is stored using 16 bits. Please write \"yes\" or \"no\" next to each number in a through d below to indicate whether it is a valid uint16 value. a. 15 b. -20 c. 15000 d. 100000 e. What formula could you use to determine the number of different values stored using a uint16 if you only knew that numbers were stored in 16 bits?
Solution
a) yes
b)no
c)yes
d)no
in the matlab uint16 value range is 0 to 65535 value less the zero can assign the uint16(-20)=0;
for more than uint16(100000)=65535
