How do you set the spacing between tickmarks?
조회 수: 2 (최근 30일)
이전 댓글 표시
I would like to set the spacing between the tickmarks on a plot a numerical value. So that 1 unit on the plot = a set numerical value(preferably in centimeters), and will not be resized by MatLab. MatLab keeps resizing my figures and it is messing up the scale.
i tried using set(gca,'Ticklength',[0.01,0.01]) but i realized this is not for the spacing between the tickmarks.
Thank you!
댓글 수: 0
답변 (1개)
Star Strider
2016년 10월 7일
The current online documentation is for R2016b, but I remember this from earlier versions.
댓글 수: 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!