Compute the output of a function and its related uncertainty by entering:
- fun: function (with inputs/arguments as variables with uncertainty/errors. Please see documentation for more).
- x : n by m array of input (each variable data is represented by a column vector )
- x_err: 1 by m array of associated error for each variable (row vector)
[y,y_err] = Uncertainty_Prop(fun,x,x_err)
or you can manually input:
- step size for numerical differentiation(If this is not given the default value is 1e-6).
[y,y_err] = Uncertainty_Prop(fun,x,x_err,stepsize)
Output is:
- y : n by k array of computed variables
- y_err : n by k array of computed (+-) errors/uncertainty corresponding to each computed variable.
인용 양식
Toochukwu Aka (2026). Uncertainty_Prop (https://kr.mathworks.com/matlabcentral/fileexchange/127853-uncertainty_prop), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2023a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux태그
| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0 |
