Home > freetb4matlab > fixed > create_lookup_table.m

create_lookup_table

PURPOSE ^

% Creates a lookup table betwen the vectors @var{x} and @var{y}. If @var{x}

SYNOPSIS ^

function table = create_lookup_table (x, y)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{table} =} create_lookup_table (@var{x}, @var{y})
% Creates a lookup table betwen the vectors @var{x} and @var{y}. If @var{x}
% is not in increasing order, the vectors are sorted before being stored.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003