Plotting all waves on the same plot and sequencing them together

1 回表示 (過去 30 日間)
Mo'ath Al-Hayek
Mo'ath Al-Hayek 2021 年 2 月 13 日
回答済み: KALYAN ACHARJYA 2021 年 2 月 13 日
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 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2021 年 2 月 13 日
plot(x,y); %Plot 1
hold one;
plot(x,y); %Plot 2
.......% son on
legend(....); % Add legends to differentiate

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by