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

 Accepted Answer

Same figure window use subplot?
subplot(311),plot(signal A)
subplot(312),plot(signal B)
subplot(313),plot(signal C)

More Answers (1)

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!