Uncertainty_Prop

版本 1.0.0 (1.8 KB) 作者: Toochukwu Aka
Returns the output of a function and its related uncertainty as a result of the uncertainty associated with the input variables/arguments
7.0 次下载
更新时间 2023/4/15

查看许可证

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 (2024). Uncertainty_Prop (https://www.mathworks.com/matlabcentral/fileexchange/127853-uncertainty_prop), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2023a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0