主要内容

ufix

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

语法

一个= ufix (字)

描述

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

请注意

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

例子

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

一个= ufix (16)
DataTypeMode: 'Fixed-point: unspecified scaling' signed: 'Unsigned' WordLength: 16 IsAlias: 0 DataScope: 'Auto' HeaderFile: " Description: "
之前介绍过的R2006a