Community Profile

photo

shir


Last seen: 2 months ago Active since 2012

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


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...

10 years ago | 0 answers | 0

0

answers

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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...

12 years ago | 0 answers | 0

0

answers