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
更新 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 Center および MATLAB AnswersArithmetic Operations についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0