Group Abstract Group Abstract

Message Boards Message Boards

0
|
7K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

How to smooth an 3D plot

Posted 11 years ago
Attachments:
POSTED BY: abhishek sharma
2 Replies

Thanks for response ...

But this method is highly error generating... As you can see that initially it produces the surface enter image description here

Where as after interpolation it produces the Surface enter image description here

Which shohs a huge error in Z axis...

POSTED BY: abhishek sharma

You can use Interpolation, after converting your triples {x,y,z} into the structure {{x,y},z}:

f = Interpolation[root1 /. {x_Real, y_, z_} :> {{x, y}, z}];
Plot3D[f[x, y], {x, .1, .4}, {y, .1, 9}]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard