griddata uses average values of Z.

3 次查看(过去 30 天)
Kevin
Kevin 2011-8-16
Hello !! Question about griddata function. I've some data with some duplicates points and instead of using average value of Z I would like griddata to use previous value of Z. Is that an option of griddata ? Thanks Kevin

回答(1 个)

Walter Roberson
Walter Roberson 2011-8-16
unique() your (x,y) coordinates with the 'first' option; use the indices returned by unique() to extract the appropriate full rows of your (x,y,z) data, and griddata() that.

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by