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!