Documentation for "stransp2"

PURPOSE ^

STRANSP2 transpose an array of structures into a structure of arrays

SYNOPSIS ^

function s1 = stransp2(s2)

DESCRIPTION ^

STRANSP2  transpose an array of structures into a structure of arrays

    s1 = stransp2(s2)

 transpose an array of structures into a structure of arrays

 example: if s2 is an array of 6 structures, each with fields
 
   a: [4x1]
   b: [3x1]
   c: [2x1]

 then s1 is a structure
 
   a: [4x6]
   b: [3x6]
   c: [2x6]
 
 The second dimension of the fields of s2 must all be 1.

 See also: stransp1

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 05-Jan-2011 21:42:04 by m2html using template 3frames © Guillaume Flandin, Lorenz Gerstmayr, 2003-2005