LI Xu's World
LI Xu (LI Hsu), Ph.D. in Management
Saturday, January 23, 2016
Matlab: 数据类型转换
Summary
数据类型的转换需要考虑原类型及目标类型对应数据的范围,比如:原数值包含负数,在不改变数值的前提下则无符号数据类型则不可以使用了。当然,实际情况往往多种多样,具体问题还需具体分析。
Example
示例数据的数值类型是single,并且包含负值(-99),将此转换为整形,考虑到数值的范围,因此int16比较合适。
代码运行流畅,结果正确。
MatDataType.rar
.
References
[1]
Numeric Types, MathWorks
.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment