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

 採用された回答

Titus Edelhofer
Titus Edelhofer 2015 年 1 月 8 日

0 投票

Hi,
two possibilities:
  • You remove the ticks: set(gca, 'ytick', []), but this way you would also see no grid lines.
  • Remove the labels: set(gca, 'yticklabel', [])
Titus

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

質問済み:

2015 年 1 月 8 日

コメント済み:

2015 年 1 月 8 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by