Propagation of Uncertainty

버전 1.3.0.0 (1.63 KB) 작성자: Brad Ridder
Returns the propagated uncertainty in a function F imparted to it from its variables
다운로드 수: 6.3K
업데이트 날짜: 2014/10/17

라이선스 보기

(UPDATE: Feel free to use this code, but I have written another much better code here: http://www.mathworks.com/matlabcentral/fileexchange/48139-worst-case-propagation-of-uncertainty)
Handy little function, for those of you in lab classes where they are sticklers for error. (or for those of you that are actual scientists even...!).

Propagation of uncertainty is a really slick formula, but its a massive pain to do by hand. this function does it for you!

To do it, just enter in the symbolic function, a row vector of the variables, a row vector for the estimated values of those variables, and lastly a row vector of the uncertainty associated with those variables.
help PropError has an example in it.
Enjoy!
outputs both actual error, and the percent error.

The program follows the equation shown in the screenshot. (courtesy of Wikipedia).
Requires Symbolic Math Toolbox.

인용 양식

Brad Ridder (2024). Propagation of Uncertainty (https://www.mathworks.com/matlabcentral/fileexchange/17901-propagation-of-uncertainty), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP3
모든 릴리스와 호환
플랫폼 호환성
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.3.0.0

linked to my new, better worstcase code

1.2.0.0

changed the bsd license thingie, and fixed the help comments in my m-file.

1.0.0.0