Effacer les filtres
Effacer les filtres

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

5 vues (au cours des 30 derniers jours)
signal A
signal B
signal C

Réponse acceptée

KALYAN ACHARJYA
KALYAN ACHARJYA le 4 Juil 2019
Modifié(e) : KALYAN ACHARJYA le 4 Juil 2019
Same figure window use subplot?
subplot(311),plot(signal A)
subplot(312),plot(signal B)
subplot(313),plot(signal C)

Plus de réponses (1)

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

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by