What's the corresponding function to "xtickformat" in Matlab R2015a?

1 回表示 (過去 30 日間)
Mohamed Nedal
Mohamed Nedal 2017 年 5 月 11 日
コメント済み: Manoj 2018 年 7 月 29 日
Hello, I want to use the function:
xtickformat('hh:mm')
in Matlab R2015a, but it told me:
Undefined function or variable 'xtickformat'.
How can I fix this?

採用された回答

Star Strider
Star Strider 2017 年 5 月 11 日
You probably are looking for the datetick (link) function.
  3 件のコメント
Mohamed Nedal
Mohamed Nedal 2017 年 5 月 11 日
I tried it too but it didn't work.
Walter Roberson
Walter Roberson 2017 年 5 月 11 日
What is the class() of your data on the x axis?
Note: you need to re-do the datetick() after each zoom or pan. datetick() sets the axes xticklabel property to particular strings, and is not able to update automatically when the tick locations change due to zoom or pan.

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

その他の回答 (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