ind2sub2

PURPOSE ^

Improved version of ind2sub.

SYNOPSIS ^

function sub = ind2sub2(siz,ind)

DESCRIPTION ^

 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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-May-2006 23:48:50 by m2html © 2003