dynamic graph, power time

3 ビュー (過去 30 日間)
Giuseppe Antonacci
Giuseppe Antonacci 2019 年 2 月 27 日
回答済み: kimsrang Iet 2024 年 1 月 3 日
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 日
t = 0:0.001:60 ;
y = sin(t) ;
comet(t,y)

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

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by