Community Profile

photo

Daniel Svedbrand


Last seen: alrededor de 2 meses hace Con actividad desde 2018

Estadísticas

  • Knowledgeable Level 1
  • First Answer

Ver insignias

Content Feed

Ver por

Respondida
Multi-line legend strings
use \newline instead of \n and skip "sprintf" legend('hello\newlineworld');

alrededor de 5 años hace | 4

Respondida
Changing the atan function so that it ranges from 0 to 2*pi
Adding mod 2*pi to atan2 should work just fine z = mod(atan2(y,x),2*pi);

más de 5 años hace | 14

| aceptada