Institut de Robòtica i Informàtica Industrial

subsref

PURPOSE ^

Gets a values from a discrete space.

SYNOPSIS ^

function v=subsref(D,S)

DESCRIPTION ^

   Gets a values from a discrete space.

   Retrives an element from a discrete set.

CROSS-REFERENCE INFORMATION ^

This function calls:
This function is called by:

SOURCE CODE ^

0001 function v=subsref(D,S)
0002 %   Gets a values from a discrete space.
0003 %
0004 %   Retrives an element from a discrete set.
0005 %
0006 
0007   if strcmp(S.type,'()')
0008     v=D.values{S.subs{:}};
0009   else
0010     error('Undefined DSpace subsref')
0011   end


Institut de Robòtica i Informàtica Industrial

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