IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy

Detailed Description

Extract unique part of each string within a cell.

Iterates through the strings to find a piece in the middle that is different in each string.

Update 18/06/2013: Removes all matches of (...) from strings before

Parameters
ccCell of strings
Returns
dd Cell of strings

Definition in file uniquenesses.m.

Go to the source code of this file.

Functions

function uniquenesses (in cc)
 

Function Documentation

function uniquenesses ( in  cc)