Round to Specified Digits Place

Rounds to the specified digits place and supports five different styles of rounding the last digit, real and complex numbers, and units.

이 제출물을 팔로우합니다

This program is similar to round2. It supports both real and complex numbers.

It rounds to the specified digits place and it supports five different styles of rounding the last digit. Also the last digit can be rounded to a multiple of a whole number.

This program supports units and a three digit separator character.

This program also converts the precision rounded array to a cell array of strings.

The program is especially useful for scientific publications, where rounding to a specified digits place is necessary.

인용 양식

Edward Zechmann (2026). Round to Specified Digits Place (https://kr.mathworks.com/matlabcentral/fileexchange/21121-round-to-specified-digits-place), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: round2, ROUND2

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.2

Fixed a bug with outputting the A2 when there is only one output variable.

1.0.0.1

Added options for units and a three digit separator character.

1.0.0.0