Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

How to plot with x axis in 10log in Mathematica

Status
Not open for further replies.

raja1

New Member
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
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top