No BSD License
Highlights from
uneven
-
bin(x, dx, x0, x1);
-
density(x, y, dx, dy, xy0);
-
ffgrid(x, y, z, dx, dy, xyz0);
-
View all files
uneven
by Oyvind Breivik
09 Jan 1998
Display unevenly distributed data in 2-D and 3-D as ordinary colour-coded, regularly spaced data.
|
Watch this File
|
| File Information |
| Description |
FFGRID and DENSITY display unevenly distributed data in 2-D and 3-D as ordinary colour-coded, regularly spaced data. This is very useful when dealing with data which are difficult to view using plot3 (which, in my experience, is the case with all 3-D data that are not completely smooth).
FFGRID is a Fast `n' Furious way to do the same job that griddata does for you. The difference is that there is no interpolation. Empty points are left empty rather than trying to fill them using neighbouring points. Also, FFGRID has no problem with multiple points that fall in the same grid cell. Data are displayed using PCOLOR unless output arguments are specified, in which case the matrix of (regularly spaced) data is given along with the vectors s specifying x- and y-dimensions.
DENSITY is akin to HIST in that it displays a density distribution, but this time in 2-D rather than 1-D.
BIN is a small M-file that is needed for FFGRID and DENSITY to do the job right. |
| MATLAB release |
MATLAB 5.2 (R10)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (6) |
| 19 Dec 2002 |
Charles Holland
|
|
|
| 29 Jan 2003 |
Amir Ibrahim
|
|
|
| 02 Jul 2003 |
David Beer
|
|
|
| 16 Dec 2005 |
Mark Ireland
|
|
|
| 01 May 2007 |
waad subber
|
|
|
| 30 Jul 2010 |
Guillaume
|
|
|
|
Contact us at files@mathworks.com