找回密码
 注册
查看: 1971|回复: 1

请教,matlab如何设置小数位数?用什么函数来着

[复制链接]
发表于 2004-4-16 21:32:35 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
matlab如何设置小数位数?用什么函数来着
请高手不吝赐教
多谢
发表于 2004-4-18 18:41:08 | 显示全部楼层

请教,matlab如何设置小数位数?用什么函数来着

可以用心体会一下
The fourth option 'd' returns the decimal expansion of t up to the number of significant digits specified by digits: sym(t,'d')

ans =
.10000000000000000555111512312578
The default value of digits is 32 (hence, sym(t,'d') returns a number with 32 significant digits), but if you prefer a shorter representation, use the digits command as follows: digits(7)
sym(t,'d')

ans =
.1000000
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表