主要内容

ufix

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

语法

A = ufix()字)

描述

ufix (返回一个金宝app仿真软件。NumericType对象,该对象描述具有指定字长和未指定缩放的无符号定点数据类型。

请注意

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

例子

定义一个16位无符号定点数据类型。

A = ufix(16)
a = NumericType with properties: DataTypeMode: 'Fixed-point: unspecified scaling' signed: 'Unsigned' WordLength: 16 IsAlias: 0 DataScope: 'Auto' HeaderFile: " Description: "
R2006a之前引入