Partition Domain
Divide a n-dimensional domain into partitions/cells and average points in each cell. Very useful for scattered data interpolation.
This function is useful for data that contains dense data in some location in a domain and not in others. When trying to interpolate n-dimensional data, the desire is for the data be equally space. Often this is not the case for test data. To interpolate in n-dimensional space more accurately, a local average of points can be computed using this function to better facilitate widening the distance between points where the points are close together. This also deals with points that are close together but have very different functional values w = f(u). I found this helps in n-dimensional scattered data interpolation.
Run the example contained in the help of this function to better understand its behavior.
Note that this is similar to n-dimensional smoothing and resampling filter.
More discussion on this is listed in a MATLAB Answer here:
http://www.mathworks.com/matlabcentral/answers/131372#comment_220320
Cite As
Jason Nicholson (2024). Partition Domain (https://www.mathworks.com/matlabcentral/fileexchange/46970-partition-domain), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Interpolation >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.2.0.0 | Fixed two major bugs in partitionDomain.m. - The partition index was not correctly calculated. on line 147.
|
||
1.1.0.0 | Added a link to MATLAB Answer. |
||
1.0.0.0 |