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.
我正在努力使用来自数组的数据创建 3D 图形。例如
x = [ 12 23 43 89 56 23 15 78 89 56 20 8] y = [ 120 56 69 89 56 15 65 89 70 69 27 10] z = [ 89 56 43 89 56 23 15 63 23 78 36 9]
这是我已经成功绘制这些点的样本集。现在正试图将它们连接在一起以形成一个表面。
我想阴谋什么。
这就是我所拥有的