Data range is 0 to 1000 with reslution 0.001 what is the datat type for accessing data
11 次查看(过去 30 天)
显示 更早的评论
Data range is 0 to 1000 with reslution 0.001 what is the datat type for accessing data
1 个评论
John D'Errico
2016-3-16
编辑:John D'Errico
2016-3-16
Floating point numbers in MATLAB are doubles by default, thus double precision, or singles. There is no other choice to represent the numbers you describe, with a fixed resolution in decimal digits.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!