| Author |
Comment/Response |
Lakshitha
|
12/14/11 1:00pm
I wanna fit a function like box-car function for following data tr array(transpose).
tt = Table[i, {i, 0, 5, 0.2}]
v = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0,
0, 0, 0, 0}
tr = Transpose[{tt, v}]
How I fit suitable function with sharp edges, when
I plot it?
Thank you,
Have a nice day.
URL: , |
|