フィルターのクリア

how to merge two plots

1 回表示 (過去 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 Center および File ExchangeAnnotations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by