Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 1222004
  • Content: Threads
  • Order by date
  1. 1222004

    simple matlab plot help

    Hi, I want to plot two function 1. θ=tan^(-1)〖(ω*Q_P)/ω_P 〗-tan^(-1)〖(ω/(ω_p*Q_P ))/(1-〖(ω/ω_P )〗^2 )〗 Want to plot θ w.r.t ω/ω_p. I wrote the code for Qp=1:1:5; x= 0:0.4:2; c=atand(x*Qp); f=x*power(Qp,-1); h=1-power(x,2); j=f/h; d=atand(j); o=c-d; plot(x,o)...

Part and Inventory Search

Back
Top