Simple interactive plot with variable time axis

7 ビュー (過去 30 日間)
dormant
dormant 2022 年 8 月 7 日
回答済み: Lei Hou 2022 年 8 月 31 日
I have a plot containing three subplots, all of which have date/time as the x axis.
Whats the easiest way of making this plot interactive, with only the following features:
  • change the time axis for all three subplots together
  • autoscale the y axes for the data visible in the plot.
It doesnt have to be a GUI. i'm happy to type xlim at the command prompt, as long as i can say things like 'now' and 'now minus 3 days'.
P.S. The data times are always in UTC, which is 4 hours ahead where i am. every single script i write has manual corrections to UTC. is it possible to get MATLAB to work in UTC by default?
  4 件のコメント
dormant
dormant 2022 年 8 月 8 日
Thanks.
I'm just starting to get to grips with datetime, but slip back to datenum most of the time.
I'll add to this question when I have some working code.
dpb
dpb 2022 年 8 月 8 日
Particularly with plotting and if you're writing new code, DEFINITELY ditch datenum in favor of datetime and duration -- plot is now datetime aware and that lets you get rid of the very painful datetick entirely -- plus you can then set limits, ticks, etc., etc., directly in datetime values that don't have to go thru the number conversion to datenum so they're also legible as dates.

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

回答 (1 件)

Lei Hou
Lei Hou 2022 年 8 月 31 日
Hi Dormant,
The function "stackedplot" is designed to plot time series data corresponding to the same time. I guess that function is what you are looking for.
Thanks
Lei

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

タグ

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by