フィルターのクリア

how to remove 0 while plotting the graph.

6 ビュー (過去 30 日間)
jaah navi
jaah navi 2019 年 5 月 23 日
コメント済み: jaah navi 2019 年 5 月 23 日
I want to plot the graph such that the x axis and y axis needs to start with 1.
I tried with the following command
xlim([1,12]);
ylim([1,12]);
set(gca,'XTick',[1:1:12]);
set(gca,'YTick',[1:1:12]);
But still i am getting 0 prior to 1 in graph.
could anyone help me how to start the plot with respect to 1 for both x and y axis.
  3 件のコメント
Raj
Raj 2019 年 5 月 23 日
Works fine for me. See:
Capture.JPG
jaah navi
jaah navi 2019 年 5 月 23 日
I apologize for asking it,as it works perfectly.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by