How can I use subplot to plot three signals in the same figure?

20 次查看(过去 30 天)
signal A
signal B
signal C

采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2019-7-4
编辑:KALYAN ACHARJYA 2019-7-4
Same figure window use subplot?
subplot(311),plot(signal A)
subplot(312),plot(signal B)
subplot(313),plot(signal C)

更多回答(1 个)

vinicius lanziotti
No! I want to plot the 3 signals in different axes. Like the figure below:
Capturar.PNG

产品

Community Treasure Hunt

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

Start Hunting!

Translated by