Changing the vertical errorbar tee
이전 댓글 표시
Hi
I have the following example
x=1:1e1;
y=x;
e=sqrt(y);
figure(1)
errorbar(x, y, e, e)
What I want is to change the size of the horizontal little line above and below each vertical errorbar (the "tee"). In "errorbar.m" I have set tee=0 as a test, but it still does display the little horizontal line.
Am I doing something wrong here, since MatLAB doesn't respond?
Best, Niles.
답변 (1개)
the cyclist
2012년 6월 29일
0 개 추천
I suggest you use the following utility from the File Exchange. It is highly rated, and has worked perfectly for me.
댓글 수: 2
Niles Martinsen
2012년 6월 30일
the cyclist
2012년 7월 3일
I've never tried using on a log-log plot.
카테고리
도움말 센터 및 File Exchange에서 Errorbars에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!