precision
显示 更早的评论
plz tell how to reduce precision(decimal) in matlab
1 个评论
James Tursa
2012-3-13
Your question is too vague. Please provide more detail, with an example.
回答(1 个)
Jan
2012-3-13
a = pi; % Now [a] is a double using about 16 digits.
b = single(a); % [b] is a single with about 8 digits.
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!