| Author |
Comment/Response |
Peter Pein
|
01/08/13 2:16pm
Hi,
if I understand you correctly, you're looking for the function Mod[]. Most know it from integer applications as remainder (e.g. Mod[7,5]==2).
In your case Plot[distri_func[Mod[x, 2 Pi]],{x, lowerbound, upperbound}] should do the task.
Peter
URL: , |
|