四面体可视化 Octave
大家好,有谁知道如何在 Octave 中可视化 delaunay3()
函数的输出中的四面体吗?
http://www.obihiro.ac.jp/~suzukim /masuda/octave/html3/octave_151.html
在 MATLAB 中,此可视化是使用 tetramesh()
函数完成的,但 Octave没有内置这个功能!
该链接确实提到了 Triplot 和 Trimesh 函数,但它们只创建三角形,而不是四面体。
Hi does anyone know how to visualize the tetrahedrons in the output of the delaunay3()
function in Octave?
http://www.obihiro.ac.jp/~suzukim/masuda/octave/html3/octave_151.html
In MATLAB this visualization is done with the tetramesh()
function but Octave does not have this function built in!
The link does mention the triplot
and trimesh
functions but they only create triangles, not tetrahedra.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,我对此了解不够,无法对此发表任何想法。但是,我想提一下以下内容,以防您以前没有看过。 之前有过关于 tetramesh 的讨论。
martin_helm
编写了一个快速解决方案:以及一些示例用法:
Unfortunately, I don't know enough about this to give any thoughts on it. But, I would like to mention the following, in case you hadn't seen it before. There have been discussions on tetramesh before. A quick solution was written up by
martin_helm
:Along with some example usage: