主要内容

使用uint

创建金宝app仿真软件。NumericType对象描述无符号整型数据类型

语法

一个=单位(

描述

单位(返回一个金宝app仿真软件。NumericType对象,该对象描述字长为的无符号整数的数据类型

请注意

使用uint是一个遗留函数。在新代码中,使用fixdt代替。在现有代码中,替换单位(字)fixdt(0字0)

例子

定义一个16位无符号整数。

一个=单位(16)
a = NumericType with properties: DataTypeMode: 'Fixed-point: binary point scaling' signed: 'Unsigned' WordLength: 16 FractionLength: 0 IsAlias: 0 DataScope: 'Auto' HeaderFile: " Description: "
之前介绍过的R2006a