contour on mesh

  • Follow


Hi...
I have my mesh with 
[X,Y] = meshgrid(-50:1:50 , 1:0.1:9.8)
and plot
mesh(X,Y,elektrik')
where elektrik is nxm matrix. it works fine

now I want mesh with contour lines as in http://www.mathworks.com/help/toolbox/symbolic/ezmeshc.html

I could not use function ezmeshc. because as parameter I dont have fun. matrix elektrik is already I had before mesh.

any idea ?
0
Reply akle (29) 10/15/2010 10:15:41 AM

oh god!

meshc works like mesh and solve my problem :D

I'm happy now :)
0
Reply Ruslan 10/15/2010 3:13:58 PM


1 Replies
257 Views

(page loaded in 0.211 seconds)

Similiar Articles:













7/24/2012 2:55:21 AM


Reply: