MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Plot with x axis in dB

  • To: mathgroup at smc.vnet.net
  • Subject: [mg53183] Re: Plot with x axis in dB
  • From: Bill Rowe <readnewsciv at earthlink.net>
  • Date: Tue, 28 Dec 2004 06:30:29 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

On 12/27/04 at 6:41 AM, milind.gupta at gmail.com (Milind Gupta) wrote:

>Is there any way to have the x axis of a plot as a decade
>function. Is there any way to plot the bode plot of a function??

I interpret your "x axis of a plot as a decade function" to mean a logarithmic x-axis. If this is correct try

<<Graphics`Graphics`
LogLinearPlot[Log@x, {x,1,100}];

As for Bode plots, I suggest doing a search at <http://library.wolfram.com/infocenter>. Most likely someone has already contributed a package there to make Bode plots.
--
To reply via email subtract one hundred and four


  • Prev by Date: Titles disappear on SuSE 9.1
  • Next by Date: Re: Condition , FullSimplify
  • Previous by thread: Plot with x axis in dB
  • Next by thread: Re: Plot with x axis in dB