dynamic graph, power time

Hi guys,
I would a dynamic plot. On x-axis time, on y-axis power. I would a dynamic plot similar video, where i can view my power from vector in time and i would add a other vector.
Thanks bye.

回答 (2 件)

KSSV
KSSV 2019 年 2 月 27 日

0 投票

t = 0:0.001:60 ;
y = sin(t) ;
comet(t,y)
kimsrang Iet
kimsrang Iet 2024 年 1 月 3 日

0 投票

t = 0:0.001:60 ;
y = sin(t) ;
comet(t,y)

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

質問済み:

2019 年 2 月 27 日

回答済み:

2024 年 1 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by