Adjust error bar width

버전 1.3.0.0 (1.86 KB) 작성자: Arnaud Laurent
Adjust error bars width in an errorbar plot to a ratio of the x-axis or a length (x-axis units).
다운로드 수: 12.8K
업데이트 날짜: 2009/2/6

라이선스 보기

편집자 메모: 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.

인용 양식

Arnaud Laurent (2024). Adjust error bar width (https://www.mathworks.com/matlabcentral/fileexchange/22826-adjust-error-bar-width), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Errorbars에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

The function has been updated to enable the use of a length as an input.
A new screenshot was made.

1.2.0.0

Screenshot updated

1.1.0.0

Header updated with examples, screenshot provided

1.0.0.0