Surface cut function in matlab?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 13K views
veejay
Messages
39
Reaction score
0
there're functions in MATLAB to plot a 2-D matrix as a surface.
not supposing the surface is like a paraboloid, is there a function to cut it at a particular plane to observe the contour?
any suggestions for the same would be appreciated.
thanks.
 
Physics news on Phys.org
well, actually not all points on a planar cut belong to the same row of the matrix..
i hope u get what i mean. the resultant structure takes a definite shape like a paraboloid for example but the contours when viewed from the bottom arent circles.
is this too complicated for a planar cut in a desired direction?
 
Dr Transport said:
OK, I see what you need. I would try to do a 2-d interpolation, then plot the points you want to look at i.e. [itex]z_i =f(x_i,y_i)[/itex]. You should be able to get the cut you want.

how do u do the 2-d interpolation?
actually, to be more clear what i need is a 2-d projection(x-y projection) of the 3-d surface, with contours corresponding to same z(height).