help-octave
[Top][All Lists]
Advanced

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

Re: Contour or mesh plots with irregular meshes


From: David Bateman
Subject: Re: Contour or mesh plots with irregular meshes
Date: Thu, 20 Aug 2009 07:37:46 +0200
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Chong Yidong wrote:
I have a set of data points {x,y,z} that I'd like to plot in way similar
to mesh() and/or contour().  However, the {x, y} positions are not
placed on a regular grid, and mesh() and contour() take gridded data.

Does anyone have a suggestion for how to make the plot?
Use the griddata function to interpolate the data to a regular grid first or look at the code

http://hdebruijn.soo.dto.tudelft.nl/www/programs/delphi.htm#omtrek

D.



reply via email to

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