Parker Hinton
Followers: 0 Following: 0
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 ...
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