フィルターのクリア

Urgent! .....Compass plot

3 ビュー (過去 30 日間)
Thulasi Durai Durai Samy
Thulasi Durai Durai Samy 2012 年 5 月 9 日
How to set the axis limits for compass plot. I want to set axis from 0 to 360 degree in clockwise direction.
  1 件のコメント
Walter Roberson
Walter Roberson 2012 年 5 月 9 日
http://www.mathworks.com/matlabcentral/answers/29922-why-your-question-is-not-urgent-or-an-emergency

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

採用された回答

Geoff
Geoff 2012 年 5 月 9 日
Why is this urgent?
Try this:
set(gca,'xdir','reverse')
Or if you want the zero on the right as normal, do this instead:
set(gca,'ydir','reverse')
  4 件のコメント
Thulasi Durai Durai Samy
Thulasi Durai Durai Samy 2012 年 5 月 10 日
I tried using hgtransform, I could able to alter the xlable, ylable, Xtick, Ytick and many related property. But the compass routine displays the degrees in lable which I could not to find out the type of handles. Certainly it is not in the MATLAB documentation. pls help
Thulasi Durai Durai Samy
Thulasi Durai Durai Samy 2012 年 5 月 11 日
I could able to alter the routine for polar(). The text dispalyed in the compass plot can be altered by modifying the text() command with in the polar() routine. Later by using the set(gca, 'ydir', 'reverse') and view(270,90) it is possible to vary the elevation and azimutal by which zero degree plots in the vertical axis.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics Object Properties についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by