|
|
Re: how to work with a segement of a fft graph
Posted:
Jul 22, 2009 6:20 AM
|
|
Anonymous wrote in message <23704790.20409.1248257268831.JavaMail.jakarta@nitrogen.mathforum.org>... > is that the same as setting the axis to something like > axis([0 10 -10 -60]) > or something!
Yes but with axis command you set Ox limits between 0 and 10 and Oy limits between -10 and -60.
With set(gca....) XLim is a property that sets the limits of Ox axe , and YLim is a property that sets the limits of Oy axe.
Hope now it's clear!
Best wishes,
Michael
|
|