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 CenterFile Exchange에서 Vector Fields에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by