Home > UnioviSOM-Oficial > datagrid.m

datagrid

PURPOSE ^

DATAGRID Generates points of an N-D grid with specified limits

SYNOPSIS ^

function u = datagrid(limits,Npoints);

DESCRIPTION ^

 DATAGRID Generates points of an N-D grid with specified limits

          u = datagrid(limits,Npoints)

 limits: (Rx2) matrix with the following structure
                      [low_limit_1, high_limit_1;
                       low_limit_2, high_limit_2;
                       ...        , ...         ;
                       low_limit_R, high_limit_R]

 Npoints: (optional) A vector specifying the number 
          of points in the grid for each dimension. A scalar can be
          used specifying a single value for all dimensions.
          If not specified, a suitable value is chosen.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 21-Apr-2017 11:56:21 by m2html © 2005