0

I'm trying to plot a surface over several points it should look like a deformed sphere. I used the scatter function and plotted the points, but the surface function is not working (the window is empty).

To plot the surface, I think i need a mesh function. I try ed to mash x,y,z but it was not working. How i can generate the code, to put a surface over my points?. Thanks for helping me.

I have the points xyz stored in a list. They are describing a deformed sphere and i have to plot somthing like this

enter image description here
(source: iop.org)

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
user3616531
  • 61
  • 1
  • 5

1 Answers1

0

This question is hard to answer without any sample code of what you're doing, you might want to edit it to include a working example.

I suppose you are using the mplot3d class, have you checked the examples that are provided online here, here, and here? These to me look like what you're trying to produce.

Nils Gudat
  • 13,222
  • 3
  • 39
  • 60
  • exactly Im using mplot3 and i now the examples but i need something like a deformed sphere (i edit to my Question) – user3616531 May 09 '14 at 10:59