set errorbar width and thickness
Versión 1.0.0.0 (1,97 KB) por
Alan Robinson
Set an error bar's width and thickness.
errorbarT(H,W,T) adjusts the width of error bars with handle H.
The input W is given in the units of the current x-axis.
The input T is the 'LineWidth' of the errorbar
use it like this:
h = errorbar(....);
errorbar_tick(h, .5, 2);
Based on code by Arnaud Laurent.
Citar como
Alan Robinson (2025). set errorbar width and thickness (https://www.mathworks.com/matlabcentral/fileexchange/28390-set-errorbar-width-and-thickness), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2007a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- MATLAB > Graphics > 2-D and 3-D Plots > Line Plots > Errorbars >
Más información sobre Errorbars en Help Center y MATLAB Answers.
Etiquetas
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.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 |