How to get a dynamic axes?

1 回表示 (過去 30 日間)
Biza Ferreira
Biza Ferreira 2022 年 8 月 14 日
コメント済み: Biza Ferreira 2022 年 8 月 14 日
Hello friends,
I have a huge problem and a need some help to solve it.
I built a irrigation system, where i colect data humidity and temperature to store it in sdCard with a"*.raw" file system. To analize this data and propose a good usability to the user I made in MATLAB a app designer program.
My bigest issue is see the the behavior of colected data. The data for analize is stored for a week in SDcard, with acquisitions between 10 to 10 minutes. So I need slide the axes to avaliate the behavior over the time. How can I creat a dinamic axes ?To act like timeline where i can slide to time that i intend.
  2 件のコメント
dpb
dpb 2022 年 8 月 14 日
With a datetime variable for the time axis, plot routiines will autoscale to the range of data plotted with selected "pretty" ticks/labels for starters.
To control the range, set the xlim property -- you could use callbacks on mouse clicks or add user controls or...
Biza Ferreira
Biza Ferreira 2022 年 8 月 14 日
Can you show me a simple example?
Thanks in advance.

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

回答 (0 件)

カテゴリ

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

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by