Representation of Numbers in Matlab

版本 1.0.0.0 (84.6 KB) 作者: Munther
In computers, numbers are classified into three main categories: unsigned integers, signed integers
132.0 次下载
更新时间 2011/11/29

查看许可证

Positive integer numbers can be represented in Matlab using the unsigned integer classes. Matlab supports four unsigned integer classes which are uint8, uint16, uint32, and uint64. Examples of positive integer numbers are 2, 7, 1023, 12345, etc…

The uint8 class is capable of representing an integer number in the range of 0 to 255. Storing such a number in the computer memory using this class requires one byte.

The uint16 class is capable of representing an integer number in the range of 0 to 65,535. Storing such a number in the computer memory using this class requires two bytes.

The uint32 class is capable of representing an integer number in the range of 0 to 4,294,967,295. Storing such a number in the computer memory using this class requires four bytes.

The uint64 class is capable of representing a number in the range of 0 to 18,446,744,073,709,551,615. Storing such a number in the computer memory using this class requires eight bytes.

引用格式

Munther (2024). Representation of Numbers in Matlab (https://www.mathworks.com/matlabcentral/fileexchange/33992-representation-of-numbers-in-matlab), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Arithmetic Operations 的更多信息
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0