フィルターのクリア

how to write text on y axis both side as shown in fig?

2 ビュー (過去 30 日間)
ajeet verma
ajeet verma 2017 年 8 月 22 日
コメント済み: ajeet verma 2017 年 8 月 22 日
in single figure both side on y axis how to write?

採用された回答

Selva Karna
Selva Karna 2017 年 8 月 22 日
if you are plot some data's;
x=1:pi:20; y=sin(x); plot(y,'-*g'); xlabel('time in s'); ylabel('frequency in Hz'); title('your titile'); grid on;
  1 件のコメント
ajeet verma
ajeet verma 2017 年 8 月 22 日
i am saying that both side on y axis, means left and right as written in attached graph

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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