Skip to main content

Questions tagged [atan2]

1 vote
0 answers
149 views

Hi I'd like to draw some Bode-like plots, the atan2() function seems to not work correctly at some combination of values. I managed to re-create the minimal working code to show the problem: I am ...
cinni93's user avatar
  • 11
0 votes
1 answer
169 views

I would like to express the angle of rotation for the tangent line in terms of atan x using the slope (which is calculated earlier in the problem). I can get it to work using the angle but I do not ...
Garth Fleming's user avatar
0 votes
1 answer
205 views

I am working with tikz. I want to draw a line that is rectangular to a certain other line and has a certain length. The coordinates are defined as cartesian. What I am searching for is a function to ...
jetrca's user avatar
  • 53
2 votes
4 answers
511 views

How do i plot atan2(y,x) like the Wikipedia picture https://en.wikipedia.org/wiki/Atan2#/media/File:Atan2_diagram.svg I tried \documentclass{standalone} \usepackage{pgfplots} \pgfplotsset{compat=1.10}...
Derr Herr's user avatar
  • 359