Quantcast
Channel: MATLAB Central Newsreader Recent Posts
Viewing all articles
Browse latest Browse all 19628

scaling of compass plot

$
0
0
gary1@datasync.com (Gary) wrote in message <vwnhscchtle0@legacy>...
> Did anyone ever answer your question? Do you know how to scale a
> "compass" plot in Matlab?
>
> On Tue, 14 Sep 1999 12:31:59 +0200, Joachim Pethe wrote:
> >This is a multi-part message in MIME format.
> >--------------7F461EAEC509879B09E47A42
> >Content-Type: text/plain; charset=us-ascii
> >Content-Transfer-Encoding: 7bit
> >
> >How can I scale the axis limits (radius) of a compass-plot not
> changing
> >the size of the plot?
> >If I use the axis-statement the size of the plot will be changed.
> >Thanks
> >Achim
> >
> >--------------7F461EAEC509879B09E47A42
> >Content-Type: text/x-vcard; charset=us-ascii;
> > name="joachim.pethe.vcf"
> >Content-Transfer-Encoding: 7bit
> >Content-Description: Card for Joachim Pethe
> >Content-Disposition: attachment;
> > filename="joachim.pethe.vcf"
> >
> >begin:vcard
> >n:Dr. Pethe;Joachim
> >tel;fax:++49 391 6713888
> >tel;home:++49 391 4012233
> >tel;work:++49 391 6713884
> >x-mozilla-html:FALSE
> >org:Otto-von-Guericke-Universitaet Magdeburg
> >version:2.1
> >email;internet:joachim.pethe@medizin.uni-magdeburg.de
> >title:Dr.
> >adr;quoted-printable:;;Med. Fakultaet, Abtlg. Exp. Audiologie und
> Med. Physik=0D=0ALeipziger Str. 44;Magdeburg;;39120;Germany
> >x-mozilla-cpt:;-16640
> >fn:Dr. Joachim Pethe
> >end:vcard
> >
> >--------------7F461EAEC509879B09E47A42--
>

Hi, I have the same problem. Does anybody know in the meantime how to scale a
compass plot in Matlab?

I found one idea on Internet which is

max_lim = 0.15
x_fake=[0 max_lim 0 -max_lim];
y_fake=[max_lim 0 -max_lim 0];
h_fake=compass(x_fake,y_fake);
% set(h_fake,'Visible','off')

It works somehow, but unfortunately the limit is now 0.2 but not 0.15.
Also I would like to have 3 circles at 0.05, 0.1 and 0.15.

Can anybody help?

Thank you so much!

Claudia


I would appreciate your help.

Viewing all articles
Browse latest Browse all 19628

Trending Articles