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일

0 개 추천

t = 0:0.001:60 ;
y = sin(t) ;
comet(t,y)
kimsrang Iet
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에 대해 자세히 알아보기

질문:

2019년 2월 27일

답변:

2024년 1월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by