ASSIGN FINE MESH VALUES TO A NEW COARSER MESH

4 次查看(过去 30 天)
Hello,
I am having an excel sheet with fine mesh coordinates and corresponding loads (around 6000 coordinates). However, I wanted to assign these fine mesh coordinates loads to a new coarser mesh coordinates (around 2000 coordinates) based on the nearest coordinate values. Is there any possible way to solve the problem?
Thanks in advance.

回答(1 个)

KSSV
KSSV 2022-1-16
It depends on how your mesh is. Is unstructured or structured. If structured mesh you can use interp2 or griddata. If it is unstructured have a look on knnsearch.
Also have a look on scatteredInterpolant.

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by