Path: news.mathworks.com!not-for-mail
From: "Daniel Drori" <dandul_d@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Building a 3D surface by giving coordinates (in a struct)
Date: Fri, 23 Jan 2009 06:55:04 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 12
Message-ID: <glbpk8$ig7$1@fred.mathworks.com>
Reply-To: "Daniel Drori" <dandul_d@yahoo.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1232693704 18951 172.30.248.35 (23 Jan 2009 06:55:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 23 Jan 2009 06:55:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1624174
Xref: news.mathworks.com comp.soft-sys.matlab:513330


Hey there!!

I'm trying to build a 3D surface.
I used a struct to build my data-base witch includes 3 fields "x", "y", "z".
Now, after my bata base is built and ready and have all the coordinates I collected, I want, simply, to show all the 3-coordinates-points and connect them with a curvey surface.

Can anyone please help me out with it?
1)  How to release the coordinates from the struct?
2)  How to use those coordinates for building the surface?

Thanx alot,
Daniel.