Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 griddata 来插入一些值。但是,我可以找到一些问题。它向我显示 xy 重复值的警告。但是,当我检查数据以查看是否所有 xy 对都是唯一的时,我发现它们是唯一的。
那为什么会显示这个警告呢?
奇怪的是它们接近于被复制,而 griddata 显然对此使用了容差。一种解决方案是使用合并器来平均点,提供公差。