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!