pwUnselect(ind) Unselects couples in the repository list. pwUnselect([1 4 5]) unselects couples 1, 4, and 5. pwUnselect('last') and pwUnselect('all') is also supported.
% To select all except for the third pwSelect('all'); pwUnselect(3);