Feeds
提问
Fill 3D array with function values at isosurface
First we have isosurface: x=[-10:0.5:10]; [X Y Z]=meshgrid(x,x,x); P=X.^2+Y.^2-Z.^2; isosurface(P,1); I wan...
12 years 前 | 0 个回答 | 0
0
个回答提问
Convert isosurface output to meshgrid-like data
Is there a function to convert isosurface output to meshgrid-like data ? I came up with straighforward code which works very slo...
13 years 前 | 1 个回答 | 0
1
个回答提问
Matlab for loop vectorization
X,Y and z are coordinates representing surface. In order to calculate some quantity, lets call it flow, at point i,j of the surf...
13 years 前 | 1 个回答 | 0
1
个回答提问
Linear system, complex roots.
I'm trying to solve linear system of equations with real coefficients using x=A\B. I keep getting x vector of complex numbers. W...
14 years 前 | 0 个回答 | 0

