How do I plot if I have a lot of data on the x-axis and I want to see the whole line properly in app designer?

2 ビュー (過去 30 日間)
I want to plot data from the three axes of acceleration against time, but the time captured was one hour and data was captured for 20 milliseconds. Therefore, I have 195000 data for each axis and when I graph the lines are distorted. How can I see all the lines correctly?
Is it possible to view a part first and then drag it to the right to get a good view of each value?
The code I use to plot is this:
plot(app.Grafico_Acc,T_Aceleracion,Ax,T_Aceleracion,Ay,T_Aceleracion,Az);
Thanks in advance.

回答 (1 件)

Sargondjani
Sargondjani 2021 年 9 月 21 日
It is not clear what you mean with "How can I see all the lines correctly?"
I'm sure the lines are correct, but your input is not what you want ;-)
My guess, you want to zoom in at the periods where the acceleration changes. You will have to program something to select the intervals where the changes in the acceleration are larger than a cetrain treshhold.
  1 件のコメント
Julen Aramendi
Julen Aramendi 2021 年 9 月 21 日
What I want to achieve is a closer look at the lines, e.g. the oscillations that are present.

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

カテゴリ

Help Center および File ExchangeSpecifying Target for Graphics Output についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by