Info

この質問は閉じられています。 編集または回答するには再度開いてください。

By using the mentioned code i am getting this plot. Now i want x label tics at each month. How can i get it?

1 回表示 (過去 30 日間)
abishek dixit
abishek dixit 2017 年 10 月 25 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
t=datenum(2013,11,24):datenum(2015,06,19);
ax=plotyyy(t',sst,t',pco2,t',sss);
datetick('x','mmm-yy','keepticks')
set(ax(1),'XTick',[])
  1 件のコメント
Walter Roberson
Walter Roberson 2017 年 10 月 25 日
Which MATLAB version are you using? R2016b added nicer ways to do date plots.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by