Home > UnioviSOM-Oficial > rectop.m

rectop

PURPOSE ^

RECTOP Stores cartesian product of indices on an N-D grid

SYNOPSIS ^

function pos=rectop(varargin);

DESCRIPTION ^

 RECTOP Stores cartesian product of indices on an N-D grid

 pos = rectop(Ni,Nj,Nk,...)

 Generates a n-d rectangular grid with Ni x Nj x ... as a matrix where 
 each column is an n-d vector corresponding to each point in the rectangular 
 grid.

 pos = rectop(i1,i2,...,'idx')
 
 Generates a n-d rectangular grid with the same structure described above
 resulting from the cartesian product of indexes i1, i2, ...

CROSS-REFERENCE INFORMATION ^

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