photo

Parker Hinton


Last seen: 1 year 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Using Slice on a Cartesian Grid that was Generated in Cylindrical Coordinates
Hello, *I generate a grid in cylindrical coordinates:* phi_grid = 0:1:360 ; rho_grid = 5.5:0.1:10; z_grid = -4:0.1...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
creating 3D mesh for some points in space
Yes all, there is a solution, it has been stated. "Use griddata() or TriScatteredInterp to interpolate a grid of data from your ...

7 years 前 | 2