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!