errorbarxy plots errors in both x and y. Errors can be asymmetric and vary by point. No toolboxes required.
Usage is simple:
x = linspace(0,2,20);
y = sin(2*pi*x);
dx = 0.1*ones(size(x));
dy = 0.3*ones(size(x));
plot(x,y);
errorbarxy(x,y,dx,dy);
Additional examples here: https://github.com/cthissen/errorbarxy
Citar como
Christopher Thissen (2024). errorbarxy (https://github.com/cthissen/errorbarxy), GitHub. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- MATLAB > Graphics > 2-D and 3-D Plots > Line Plots > Errorbars >
Etiquetas
Agradecimientos
Inspirado por: HERRORBAR, errorbarxy, xyerrorbar, errorbarxy, ploterr, Plot data with error bars on both x and y axes, errbar
Inspiración para: superbar
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
No se pueden descargar versiones que utilicen la rama predeterminada de GitHub
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 | updated description
updated description
|
|