- You remove the ticks: set(gca, 'ytick', []), but this way you would also see no grid lines.
- Remove the labels: set(gca, 'yticklabel', [])
Help with plot in matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello, I have a simple question: I need to plot two vectors x and y as a function y=f(x), i.e. plot(x,y). I want the y numerical values not to appear on the vertical axis: how can I do that? Thanks
댓글 수: 0
채택된 답변
Titus Edelhofer
2015년 1월 8일
Hi,
two possibilities:
Titus
추가 답변 (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!