photo

Daniel Svedbrand


Last seen: 3개월 전 2018년부터 활동

Followers: 0   Following: 0

통계

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

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

대략 6년 전 | 5

답변 있음
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);

6년 초과 전 | 16

| 수락됨