set errorbar width and thickness
版本 1.0.0.0 (2.0 KB) 作者:
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.
引用格式
Alan Robinson (2024). set errorbar width and thickness (https://www.mathworks.com/matlabcentral/fileexchange/28390-set-errorbar-width-and-thickness), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2007a
兼容任何版本
平台兼容性
Windows macOS Linux类别
- MATLAB > Graphics > 2-D and 3-D Plots > Line Plots > Errorbars >
在 Help Center 和 MATLAB Answers 中查找有关 Errorbars 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |