zeroFPError(H,ZERO)​

버전 1.5.0.0 (2.59 KB) 작성자: Michael Kutzer
Zero round-off terms resulting from floating point errors
다운로드 수: 206
업데이트 날짜: 2014/10/28

라이선스 보기

This function simplifies an input by zeroing floating point errors with magnitudes less than a specified value. It is particularly useful for simplifying results from the symbolic toolbox, however this function can be applied to numeric values as well.

인용 양식

Michael Kutzer (2024). zeroFPError(H,ZERO) (https://www.mathworks.com/matlabcentral/fileexchange/47817-zerofperror-h-zero), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.5.0.0

(1) Round coefficients based on zero. This includes additional VPA for decimal coefficients in output.
(2) Added "See also" to comments

1.4.0.0

Updated to accommodate fractions.

1.3.0.0

(1) Updated to check for use of symbolic variables prior to calling "simplify.m"
(2) Added simplify call prior to calling "vpa.m" to ensure trig simplification.

1.2.0.0

Description correction.

1.1.0.0

Updated to remove extra 'vpa' call.

1.0.0.0