Borrar filtros
Borrar filtros

How can I update 2 separate figures without opening new figures?

1 visualización (últimos 30 días)
When plotting 1 figure, hold on works fine. With two figures, it keeps opening a new window. How can I make 2 figures, and update lines on them?
FREQ = 1:100;
figure()
plot(min(FREQ):max(FREQ), 20*log10(Z))
hold on
figure()
plot(min(FREQ):max(FREQ), 20*log10(ZC))
hold on

Respuesta aceptada

madhan ravi
madhan ravi el 18 de Jun. de 2020
figure(1)
...
figure(2)

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by