Hi all!
i need a simple array help..
For example if my array has (100,0,0,0,0,200,0,0,0,0,0,100) etc..
I wanna read this and populate a new array which would be of the form(100,100,100,100,200,200,200,200,200,100)..zeros will be smoothed out..
Any ideas?