How to move bars along the X axis in bar3?
조회 수: 4 (최근 30일)
이전 댓글 표시
I am trying to plot bars on a background image using bar3, but I can not get the bars on the right position.
I know this commend bar3(Y,Z) can help me to move the bar on the Y axis, but I need to move it along the X axis as well.
I attached an image to give you an idea what I want to make.
I appreciate your input. Thanks.
댓글 수: 0
답변 (1개)
Sonam Gupta
2017년 12월 12일
Following is the link to a stackoverflow post suggesting a workaround to do the same:
However that will lock the code strongly to the current bar3 implementation which could cause future compatibility issues.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!