Filter löschen
Filter löschen

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

6 Ansichten (letzte 30 Tage)
signal A
signal B
signal C

Akzeptierte Antwort

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

Weitere Antworten (1)

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

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by