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

19 visualizzazioni (ultimi 30 giorni)
signal A
signal B
signal C

Risposta accettata

KALYAN ACHARJYA
KALYAN ACHARJYA il 4 Lug 2019
Modificato: KALYAN ACHARJYA il 4 Lug 2019
Same figure window use subplot?
subplot(311),plot(signal A)
subplot(312),plot(signal B)
subplot(313),plot(signal C)

Più risposte (1)

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

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by