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

12 views (last 30 days)
signal A
signal B
signal C

Accepted Answer

KALYAN ACHARJYA
KALYAN ACHARJYA on 4 Jul 2019
Edited: KALYAN ACHARJYA on 4 Jul 2019
Same figure window use subplot?
subplot(311),plot(signal A)
subplot(312),plot(signal B)
subplot(313),plot(signal C)

More Answers (1)

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

Products

Community Treasure Hunt

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

Start Hunting!