how to merge two plots

i want to merge two plots of different m files. how can it be done? is there any matlab command for that.

1 comentario

Jan
Jan el 4 de Nov. de 2015
It depends on what "merge" means here exactly. You can draw a plot into an existing axes.

Iniciar sesión para comentar.

Respuestas (2)

Amr Hashem
Amr Hashem el 4 de Nov. de 2015

0 votos

if you want to add to plots in one figure:
hold on
if else please illustrate your question definetly
sadia sabahat
sadia sabahat el 1 de Ag. de 2019

0 votos

i have same question how can i call another program so that two different plots merge

1 comentario

Walter Roberson
Walter Roberson el 1 de Ag. de 2019
Sometimes it is as easy as calling
hold on
and invoking the second program. But sometimes it can get considerably more difficult, depending exactly how the second program does the plotting.

Iniciar sesión para comentar.

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 4 de Nov. de 2015

Comentada:

el 1 de Ag. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by