Skip to content
Back to formatted view

Raw Message

Message-ID: <23196713.post@talk.nabble.com>
Date: 2009-04-23T13:15:32Z
From: calpeda
Subject: surface interpolating 3d

Hi all,

When you want to draw a surface with a mathematics program you need of two
vectors x and y and a matrix z. Then you plot the surface.
For example:
x=[1 2 3];
y=[5 6 7];
z=[1 2 3
  4 5 6
  7 8 9];

For my applications I have a 3 vectors x, y, z, that are the coordinates x,
y, and z of points in the space. I would find the surface that interpolate
this point. How can I do?
For example:
x=[1 2 3];
y=[5 6 7];
z=[6 9 8];

Thank you very much 
-- 
View this message in context: http://www.nabble.com/surface-interpolating-3d-tp23196713p23196713.html
Sent from the R help mailing list archive at Nabble.com.