set errorbar width and thickness
Versione 1.0.0.0 (1,97 KB) da
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.
Cita come
Alan Robinson (2024). set errorbar width and thickness (https://www.mathworks.com/matlabcentral/fileexchange/28390-set-errorbar-width-and-thickness), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2007a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Graphics > 2-D and 3-D Plots > Line Plots > Errorbars >
Scopri di più su Errorbars in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 |