Home > general > io_fun > surfer_read.m

surfer_read

PURPOSE ^

SURFER_READ Reads surfers *.grd files

SYNOPSIS ^

function [x y data OPT] = surfer_read(filename)

DESCRIPTION ^

SURFER_READ  Reads surfers *.grd files

   Syntax:
   [x y data OPT] = surfer_read(filename)

   Input:
   filename = a surfer *.grd file

   Output:
   x        = vector with x coordinates
   y        = vector with y coordinates
   data     = the data in the grid (single precison)
   OPT      = the metadata from the grid file

   Example
   [x y data OPT] = surfer_read(filename.grd)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 29-Nov-2010 15:42:51 by m2html © 2005