Mesh和Surf在Julia中的等价物是什么?

huangapple go评论68阅读模式
英文:

What are Mesh and Surf equivalents of MATLAB in Julia?

问题

MATLAB有两个不同的函数,meshsurf。我在Julia中找到了类似于MATLAB中的surfsurface 函数

在Julia中是否有mesh的等价函数?

区别在于,surf创建了一种固体表面,而mesh则创建了由“网格”或“线框”组成的表面。

英文:

MATLAB has two distinct mesh and surf functions. I found the surface function in Julia, which is similar to the surf in MATLAB.

Is there an equivalent of mesh in Julia?

The difference is that, surf creates kind of a solid surface, whereas mesh creates a surface formed by a "mesh" of "wires".

答案1

得分: 1

PyPlot.jl 和 PythonPlot.jl(它们包装了 Matplotlib)导出了 meshsurf 函数(分别对应 Matplotlib 的 plot_wireframeplot_surface 函数)。

英文:

PyPlot.jl and PythonPlot.jl (which wrap Matplotlib) export mesh and surf functions (corresponding to Matplotlib's plot_wireframe and plot_surface functions, respectively).

huangapple
  • 本文由 发表于 2023年6月8日 04:25:28
  • 转载请务必保留本文链接:https://go.coder-hub.com/76426887.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定