Community Profile

photo

Mingta Yang


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • First Review

查看徽章

Feeds

排序方式:

已回答
How do I plot a contour map of non-uniform x,y,z data?
If there is connectivity info for the scattered data, fill3 might be what you need. It plots filled polygons in 3D.

3 years 前 | 0

已回答
Rendering the contour/outline of 3D objects in Matlab
fill3 might be what you need.

3 years 前 | 0

已回答
Create a 3D object contour surface with x y z and color vector
fill3 might be what you need. It plots filled polygons in 3D.

3 years 前 | 0

已回答
How can I plot 3D contour plot for (x, y, z) Cartesian grid with values at each cell?
Did you try fill3. It might be what you need.

3 years 前 | 0

已回答
Make a contour plot of a 3D Solid Object
Check out fill3. It might be what you need.

3 years 前 | 0

| 已接受