SEROUND: Round value and standard error

버전 1.0.0.0 (1.67 KB) 작성자: Andrew Davis
Input: value and associated standard error (or deviation) Output: string of rounded value +/- error
다운로드 수: 336
업데이트 날짜: 2012/2/25

라이선스 보기

SEROUND: Round value and standard error

First, se is rounded to 1 significant figure. Next,
x is rounded to the same significant figure as se.

Returns a string suitable for output using fprintf or
other tools. Also returns the rounded values if
desired.

Usage:
[s, xRound, seRound] = seround(x, se, [lim])
x: value to be rounded
se: standard error of x
lim: do not use scientific notation below this
order of magnitude (optional, default=2)

See also: ROUND, FLOOR, CEIL

인용 양식

Andrew Davis (2024). SEROUND: Round value and standard error (https://www.mathworks.com/matlabcentral/fileexchange/35321-seround-round-value-and-standard-error), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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