


Delete some cells from a list of cells
dCell = cellDelete(c,dList);
Purpose:
Delete a the cell entries in the integer list, dList. Return the
(shortened) cell array.
Example:
a = {'a','b','c','d'}; b = cellDelete(a,[1,3]);
Copyright ImagEval Consultants, LLC, 2003.