Plotting all waves on the same plot and sequencing them together

I have to do power quality detection, so I first normalized all the wave forms, now I want to sequence the waves together, if possible they all start a single point or any usefull idea to compare these waves with a sine wave to detect the problem in each wave.

답변 (1개)

plot(x,y); %Plot 1
hold one;
plot(x,y); %Plot 2
.......% son on
legend(....); % Add legends to differentiate

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

질문:

2021년 2월 13일

답변:

2021년 2월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by