Improved version of ind2sub. Almost the same as ind2sub, except always returns only a single output that contains all the index locations. Also handles multiple linear indicies at the same time. See help for ind2sub for mor info. INPUTS siz - size of array into which ind is an index ind - linear index (or vector of indicies) into given array OUTPUTS sub - sub(i,:) is the ith set of subscripts into the array. EXAMPLE sub = ind2sub2( [10,10], 20 ) sub = ind2sub2( [10,10], [19 20] ) DATESTAMP 29-Sep-2005 2:00pm See also IND2SUB, SUB2IND2