Rank: 137750 based on 0 downloads (last 30 days) and 0 files submitted
photo

Timothy

E-mail
Company/University
University of Iowa

Personal Profile:
Professional Interests:
Cardiovascular Biomechanics (AAA)

 

Watch this Author's files

 

Comments and Ratings by Timothy
Updated File Comments Rating
17 Nov 2011 Mesh Laplacian Interpolation Operator Computes the zero Laplacian interpolation matrix Author: Darren Weber

This program is a hidden gem. I am able to interpolate on a meshed surface with an index of scalar values.

The only problem that I was running into (I wrote a code for it) is that the program sorts the nodes list but does not keep the scalar value for the specified nodes. Example of this: 2 3 1 have values of 0.3 0.2 and 0.5, the list is sorted as 1 2 3, but the values remain as 0.3 0.2 0.5 and not 0.5 0.3 0.2. Also when removing the same points, you also need to remove the reiterated scalar values.

Contact us at files@mathworks.com