precision

plz tell how to reduce precision(decimal) in matlab

댓글 수: 1

James Tursa
James Tursa 2012년 3월 13일
Your question is too vague. Please provide more detail, with an example.

댓글을 달려면 로그인하십시오.

답변 (1개)

Jan
Jan 2012년 3월 13일

1 개 추천

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에 대해 자세히 알아보기

태그

질문:

2012년 3월 13일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by