Error propagation function for data arrays

버전 1.8.0.0 (1.83 KB) 작성자: Jan
This function calculates the function value(s) and uncertainty(ies) of a function f(u1,u2,...,ui),
다운로드 수: 428
업데이트 날짜: 2011/11/30

라이선스 보기

First define a symbolic function f(u1,u2,...,ui) using the syms command.

Next, define a vector u=[u1,u2,...,ui] containing all variables of f.

Define an 1 x i row vector q=[q1,q2,...,qi], containing the values that the function will be evaluated in. Define also an sq=[sq1,sq2,...,sqi] vector, containing the uncertainty on every value in q.

q and sq can also be m x i matrices (for varying values of qi and sqi). You can also have varying qi and a fixed sqi (the function will recognize if sqi is fixed (a row vector) or changing (a matrix).

The function will output an m x 2 matrix with the first column containing f(q) and the second column the error propagation of f(q) using this formula:

http://quicklatex.com/cache3/ql_57dd8db09fd6da8299de031e67dc4699_l3.png

P.s.: a small example is also included in the code...

인용 양식

Jan (2026). Error propagation function for data arrays (https://kr.mathworks.com/matlabcentral/fileexchange/33945-error-propagation-function-for-data-arrays), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Symbolic Variables, Expressions, Functions, and Settings에 대해 자세히 알아보기
커뮤니티
 Power Electronics Control 커뮤니티에 더 많은 파일이 있습니다

Community Treasure Hunt

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

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

Updated title again

1.7.0.0

Updated title

1.3.0.0

Updated description

1.0.0.0