photo

Daniel Svedbrand


Last seen: 2 Tage vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

fast 6 Jahre vor | 5

Beantwortet
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);

etwa 6 Jahre vor | 15

| akzeptiert