Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
propUnc(func,xName,xValue,xUnc) takes the function "func" with variables "xName", and returns the uncertainty of the function with variable values "xValue" and uncertainties "xUnc".
propUnc(___,constName,constValue) clears up some notation by defining constants used in the function "func" which don't need different values. If not included, use empty string or cell array.
propUnc(___,method) sets whether or not the output uses the standard, symmetric RMS method using partial derivatives (default), or computes the asymmetric upper and lower bounds of the values ('abs').
[funcUnc, funcEvalX] = propUnc(___) includes the output of the function values for the given inputs.
Citar como
Graham Holt (2026). propUnc (https://es.mathworks.com/matlabcentral/fileexchange/183905-propunc), MATLAB Central File Exchange. Recuperado .
Información general
- Versión 1.4.0 (2,4 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.4.0 | Includes example use case in description, proper accommodation for using both methods with symmetric and asymmetric uncertainties |
||
| 1.3.0 | Improved readability and accounts for symmetric and asymmetric uncertainty using both methods |
||
| 1.2.1 | Minor changes to comments, accurately reflects first attempt at project |
||
| 1.2.0 | Allows for the input and output of asymmetric uncertainty bounds using the "method" variable. Also added comments for more insights into logic |
||
| 1.1.0 | Includes the ability to compute the absolute, asymmetric upper and lower uncertainty bounds using the "method" variable. |
||
| 1.0.0 |
