Displaying 1 result from an estimated 1 matches for "maparea".
Did you mean:
mapare
2011 Jan 25
0
Map an Area to another
...eally didn't know how to implement that, so with help I got from a list member I tried to use FindInterval for the x,y plane. I am sure that it might be an easier way to do that so please do suggest it. If there is not then continue reading.
In the picture below:
http://img521.imageshack.us/f/maparea.gif/
You can see the matrix presented above placed inside the x e[-1,1] ye[-1,1] which from now on these are the results of the f(x,y) function.
I.e f(-0.5,0.3) will return the appropriate cell (x,y) index.
As I told you I tried using the findInterval to get for the f(x,y) as an output the correc...