필터 지우기
필터 지우기

how to merge two plots

조회 수: 3 (최근 30일)
jasaswini mohanty
jasaswini mohanty 2015년 11월 4일
댓글: Walter Roberson 2019년 8월 1일
i want to merge two plots of different m files. how can it be done? is there any matlab command for that.
  댓글 수: 1
Jan
Jan 2015년 11월 4일
It depends on what "merge" means here exactly. You can draw a plot into an existing axes.

댓글을 달려면 로그인하십시오.

답변 (2개)

Amr Hashem
Amr Hashem 2015년 11월 4일
if you want to add to plots in one figure:
hold on
if else please illustrate your question definetly

sadia sabahat
sadia sabahat 2019년 8월 1일
i have same question how can i call another program so that two different plots merge
  댓글 수: 1
Walter Roberson
Walter Roberson 2019년 8월 1일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by