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
2019 年 2 月 27 日
t = 0:0.001:60 ;
y = sin(t) ;
comet(t,y)
kimsrang Iet
2024 年 1 月 3 日
0 投票
t = 0:0.001:60 ;
y = sin(t) ;
comet(t,y)
カテゴリ
ヘルプ センター および File Exchange で 2-D and 3-D Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!