dynamic graph, power time

3 vues (au cours des 30 derniers jours)
Giuseppe Antonacci
Giuseppe Antonacci le 27 Fév 2019
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.

Réponses (2)

KSSV
KSSV le 27 Fév 2019
t = 0:0.001:60 ;
y = sin(t) ;
comet(t,y)

kimsrang Iet
kimsrang Iet le 3 Jan 2024
t = 0:0.001:60 ;
y = sin(t) ;
comet(t,y)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by