Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Note de l’éditeur : This file was selected as MATLAB Central Pick of the Week
function errorbar_tick(h,w,xtype)
ERRORBAR_TICK Adjust the width of errorbars
ERRORBAR_TICK(H) adjust the width of error bars with handle H. Error bars width is given as a ratio of X axis lenght (1/80).
ERRORBAR_TICK(H,W) adjust the width of error bars with handle H. The input W is given as a ratio of X axis lenght (1/W). The result is independant of the x-axis units. A ratio between 20 and 80 is usually fine.
ERRORBAR_TICK(H,W,'UNITS') adjust the width of error bars with handle H. The input W is given in the units of the curent x-axis.
Citation pour cette source
Arnaud Laurent (2026). Adjust error bar width (https://fr.mathworks.com/matlabcentral/fileexchange/22826-adjust-error-bar-width), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.3.0.0 (1,86 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.3.0.0 | The function has been updated to enable the use of a length as an input.
|
||
| 1.2.0.0 | Screenshot updated |
||
| 1.1.0.0 | Header updated with examples, screenshot provided |
||
| 1.0.0.0 |
