Code covered by the BSD License  

Highlights from
Data Manipulation Toolbox

from Data Manipulation Toolbox by Dahua Lin
Manipulation of data such as string, array, cell array and struct, and a unit testing framework

Contents.m
% CELLS
%
% Files
%   celall       - whether all elements in the cell array satisfy some conditions
%   celany       - whether there are elements in the cell array satisfying some conditions
%   celcount     - Counts the number of occurrences of the specified element
%   celcount_if  - CELCOUNT Counts the number of elements satisfying some conditions
%   celinclude   - Tests whether a cell array includes a specified element
%   celmerge     - Merges multiple cell arrays into a cell array of tuples
%   celremove    - Removes all the specified elements
%   celremove_if - Removes the elements satisfying some conditions
%   celselect    - Selects the elements in a cell array satisfying some conditions
%   celsplit     - Splits the cell array of tuples into multiple cell arrays

Contact us at files@mathworks.com