It's possible to plot two Y axis using feather?

2 ビュー (過去 30 日間)
Camila Hashimoto
Camila Hashimoto 2017 年 6 月 6 日
コメント済み: dpb 2017 年 6 月 6 日
Hi, I would like to know if it is possible to plot two Y axis using feather. I have: feather(u,v); but I want to plot a vector in the same graphic. Is there any way?
thanks
  1 件のコメント
dpb
dpb 2017 年 6 月 6 日
Not much to go on, but
hold all
after your initial plot lets you add additional lines, etc., to a given axes.
If you really mean two Y axes, then see
doc yyplot % recent release
or
doc plotyy % if not (not sure exactly which rev introduced)

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeVector Fields についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by