Institut de Robòtica i Informàtica Industrial

dim

PURPOSE ^

Dimensionality of a continuous space.

SYNOPSIS ^

function d=dim(CS)

DESCRIPTION ^

   Dimensionality of a continuous space.

   Returns the number of dimensions of the continuous space CS.

CROSS-REFERENCE INFORMATION ^

This function calls:
This function is called by:

SOURCE CODE ^

0001 function d=dim(CS)
0002 %   Dimensionality of a continuous space.
0003 %
0004 %   Returns the number of dimensions of the continuous space CS.
0005 
0006   d=CS.dim;


Institut de Robòtica i Informàtica Industrial

Generated on Wed 05-Aug-2009 15:05:21 by m2html © 2003