Borrar filtros
Borrar filtros

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

6 visualizaciones (últimos 30 días)
signal A
signal B
signal C

Respuesta aceptada

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

Más respuestas (1)

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by