Generate spike-like 3D graphs in a structured grid from sample points in an unstructured grid
This function takes sample points (defined by "x" and "y" coordinates and a value "v") on an unstructured cartesian domain, distributes the value "v" of each sample point to a polar domain of radius "r0" according to a decaying exponential function, and sums the contributions of all polar domains to a structured cartesian domain.
The exponential function used in this algorithm is given by
Please read the license carefully and see the example file for a basic usage guide and the function file for documentation.
The code uses the function "linmap" inspired by machinelearning1's post found on https://machinelearning1.wordpress.com/2014/07/13/linear-vector-mapping-scaling-matlab/