Site hosted by Angelfire.com: Build your free website today!

acontour

PURPOSE ^

Last modified 05.08.00

SYNOPSIS ^

function acontour(x,y,z,N);

DESCRIPTION ^

 Last modified 05.08.00
 For Matlab 5.x 
 File: acontour.m 
 By Rezaul 
 % Short Description: 
 Plots arbitrary (not rectangular) contours 
 % Usage: acontour(xdata, ydata, zdata, NumberOfContourLines) 
 Inputs: % (1) X data % (2) Y data % (3) Z data % (all vectors must be of the same length) % (4) Number of contour lines 
 Outputs: % None 
 x=xzele(:,1)
 y=xzele(:,2);
 z=porar(:,100);
 acontour(x,y,z,20)
 acontour(x,y,z)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^


Generated on Sat 12-Mar-2005 01:01:49 by Rezaul Karim © 2004