How to plot with x axis in 10log in Mathematica

Status
Not open for further replies.

btminzon

Full Member level 2
Joined
Jun 12, 2006
Messages
122
Helped
9
Reputation
18
Reaction score
1
Trophy points
1,298
Location
Brazil
Activity points
2,140
mathematica axis

Hi fellows,

I need to plot an integral versus 10log of the x axis, in other words, i need to plot the reliability of a signal versus SNR, in dB. I tried

Plot[NIntegrate[<my function here>],{x,100,1}]

and plotted ok, but the x axis is from 1 to 100, and i need the 10log (basis ten, not e) of x axis. So, i tried

LogLinearPlot[NIntegrate[<my function here>],{x,100,1}]

ploted in log, but the values in x axis are still linear, besides the graphic is in log. so, finally, i tried,

Plot[NIntegrate[<my function here>],{10Log10[x],100,1}]

but the error about write protected appear. So, what should i do?

Thanks a lot

Breno
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…