dynamic graph, power time

조회 수: 4 (최근 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 CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by