ROUND2

버전 1.0.0.0 (758 Bytes) 작성자: Mukhtar Ullah
Round to a specified number of decimals.
다운로드 수: 5.6K
업데이트 날짜: 2005/4/14

라이선스 없음

ROUND2 Round to a specified number of decimals.

ROUND2(A) returns the same as ROUND(A).
ROUND2(A, 'even') returns the same as ROUND(A). Elements with
fractional part equal to 0.5 are rounded to even integers.
ROUND2(A, N) rounds the elements of A to decimals specified in N.
ROUND2(A, N,'even') rounds the elements of A to decimals specified
in N. Elements with 5 as the (N+1)-th digit after decimal are rounded
to even numbers.

See also: ROUND, FIX, FLOOR, CEIL, FIX2.

인용 양식

Mukhtar Ullah (2024). ROUND2 (https://www.mathworks.com/matlabcentral/fileexchange/6077-round2), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

improvement and corrected description