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


"Daniel Drori" <dandul_d@yahoo.com> wrote in message <glbpk8$ig7$1@fred.mathworks.com>...
> 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.  

Please help...