필터 지우기
필터 지우기

precision

조회 수: 3 (최근 30일)
maha sandhya
maha sandhya 2012년 3월 13일
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일
a = pi; % Now [a] is a double using about 16 digits.
b = single(a); % [b] is a single with about 8 digits.

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by