Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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.
Cita come
Toochukwu Aka (2026). Uncertainty_Prop (https://it.mathworks.com/matlabcentral/fileexchange/127853-uncertainty_prop), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.0.0 (1,83 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0 |
