xyerrorbar

版本 1.0.0.0 (688 字节) 作者: Nils Sjöberg
Errorbars for both x and y data.
4.3K 次下载
更新时间 2004/7/12

无许可证

The function plots x and y data with errorbars for both.

syntax:

>xyerrorbar(x,y,xerror,yerror,s)

variables:

x=array of xdata
y=array of ydata
xerror=array of errors for x
yerror=array of errors for y
s=string argument for plotting the datapoints, The errorbars are plotted in red and blue

limitations:

Needs a figure to plot in.
errorbars are symmetrical, that means that the function plots [x-xerror x+xerror] and [y-yerror y+yerror].

x,y,xerror,yerror must all be arrays.

引用格式

Nils Sjöberg (2024). xyerrorbar (https://www.mathworks.com/matlabcentral/fileexchange/5444-xyerrorbar), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Errorbars 的更多信息
致谢

启发作品: errbar, errorbarxy, superbar

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0