フィルターのクリア

plot with axis properties from another plot

1 回表示 (過去 30 日間)
Bahram
Bahram 2012 年 4 月 25 日
Hi,
I am trying to use the same axes to plot different data.
First, I plot one set of data.
Second, I use "get" to obtain the axis properties:
h1=get(Ax(1)); %horizontal axis properties
v1=get(H1); %vertical axis properties
I want to plot another x-y plot with the same axis properties as h1 and v1. Could somebody, please, help me?
Thanks in advance,
Bahram

回答 (1 件)

Rick Rosson
Rick Rosson 2012 年 4 月 25 日
>> doc copyobj

カテゴリ

Help Center および File ExchangeAxis Labels についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by