errorbarxy plots errors in both x and y. Errors can be asymmetric and vary by point. No toolboxes required.
Usage is simple:
x = linspace(0,2,20);
y = sin(2*pi*x);
dx = 0.1*ones(size(x));
dy = 0.3*ones(size(x));
plot(x,y);
errorbarxy(x,y,dx,dy);
Additional examples here: https://github.com/cthissen/errorbarxy
인용 양식
Christopher Thissen (2024). errorbarxy (https://github.com/cthissen/errorbarxy), GitHub. 검색 날짜: .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux카테고리
- MATLAB > Graphics > 2-D and 3-D Plots > Line Plots > Errorbars >
태그
도움
도움 받은 파일: HERRORBAR, errorbarxy, xyerrorbar, errorbarxy, ploterr, Plot data with error bars on both x and y axes, errbar
도움 준 파일: superbar
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음
버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.0.0.0 | updated description
updated description
|
|