help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octaviz help, general question about plotting scattered data


From: Jordi Gutiérrez Hermoso
Subject: Re: Octaviz help, general question about plotting scattered data
Date: Tue, 17 Jul 2007 15:56:58 -0500

On 17/07/07, Carlo de Falco <address@hidden> wrote:

On 17/lug/07, at 03:33, Jordi Gutiérrez Hermoso wrote:


>
> My second question is no doubt more complex. Suppose I have scattered
> data points on some unstructured grid on the plane, and I have a
> function value at each point. That is, the only data I have is a bunch
> of (x,y,z) triplets that can be given to me in any order. They should
> represent samplings from a smooth function, hopefully a solution to a
> shallow water equation without shocks, once I get my code working. How
> can I form a quasi-smooth surface which interpolates with small
> polygons the data points that I give?

If I understand what you want to do,
you could use the function "delaunay" from the geometry package in  o-f
for creating a triangulation and then the functions in the package
FPL to plot the data.

Thanks, I do think that's exactly what I want! Except that I really
want to plot with Octaviz... I really need to dig into its VTK
internals, I guess.

- Jordi G. H.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]