avg_con2

Last updated Sat Sep 18 17:17:09 1999


Average data from different contour files

1. SYNOPSIS

[data, grid] = avg_con2(files, x, y, out, method )

2. DESCRIPTION

This is a user interface to function avg_ascii2(3m) for averaging data from contour files.

3. PARAMETERS



files

Cell array of the vector file names to be averaged together.



x

Column number to the x-axes for common regridding.



y

Column number to the y-axes for common regridding.



out optional

Name for output file containing averaged vector data. Set it to the empty string for not writting data to disk.



method optional

Method to use for regridding data from the different files (default is linear)

4. RETURNS



data optional

Array of averaged data.



grid optional

Grid points for averaged data.

5. AUTHORS

Pierre Jaccard, Geophysical Institute, University of Bergen, 1999