Home > UnioviSOM-Oficial > rectopi.m

rectopi

PURPOSE ^

RECTOPI Interpolated grid with rectangular topology

SYNOPSIS ^

function [posi,pos] = rectopi(varargin);

DESCRIPTION ^

 RECTOPI Interpolated grid with rectangular topology

 posi = rectopi(Ni,Nj,Nk,...,ni,nj,...)

 Generates a n-d rectangular grid with ni x nj x ... elements as ranging from
 0-Ni, 0-Nj, ... respectively and stores it as a matrix where each column is 
 an n-d vector corresponding to each point in the rectangular grid.

 [posi,pos] = rectopi(Ni,Nj,Nk,...,ni,nj,...) returns also the non-interpolated
 grid.

CROSS-REFERENCE INFORMATION ^

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