How to set radius limits using compass?

23 ビュー (過去 30 日間)
Matthew Nichols
Matthew Nichols 2018 年 9 月 20 日
回答済み: Prakhar Jain 2018 年 10 月 1 日
I have a set of vector data with magnitudes between 1 and 1.08. Using compass, Matlab sets the default radius to between 0 and 1.5, making the differences between 1 and 1.08 indistinguishable. Using rlim does not work as compass uses a cartesian coordinate system. Is it possible to set the radius limits to between 1 and 1.1?
An example dataset: a = 1; b = 1.08; r = (b-a).*rand(50,1) + a; %magnitude
c = 0; d = 2*pi; direction = (d-c).*rand(50,1) + c;
[u,v] = pol2cart(direction,r); compass(u,v)

回答 (1 件)

Prakhar Jain
Prakhar Jain 2018 年 10 月 1 日

カテゴリ

Help Center および File ExchangeMatched Filter and Ambiguity Function についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by