how to shorten the errorbar capsize in Matlab R2016a?
조회 수: 2 (최근 30일)
이전 댓글 표시
I've tried all the answers to this question but none works on Matlab R2016a. I want to shorten the errorbar capsize like the below picture.
댓글 수: 0
답변 (2개)
Steven Lord
2016년 10월 9일
I don't know if there's an easy way to do this in release R2016b, but as of release R2016b you can do this using the CapSize property of the errorbar object. See the "Control Error Bar Cap Size" example on the errorbar documentation page.
Leo Leo
2016년 11월 3일
CapSize is not available in release R2010a. What can I do? I face the same problem
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Errorbars에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!