Home > Objects > @iData > transpose.m

iFit/transpose

PURPOSE ^

b = transpose(s) : non-conjugate transpose of iData object

SYNOPSIS ^

function a = transpose(a)

DESCRIPTION ^

 b = transpose(s) : non-conjugate transpose of iData object

   @iData/transpose function to return the non-conjugate transpose of data sets
     which corresponds to syntax: b = s.'
   When the argument is an iData array, each element is transposed. To
     transpose the array itself, use ctranspose(s) or b=s'

 input:  s: object or array (iData)
 output: b: object or array (iData)
 ex:     b=transpose(a);

 Version: Aug. 22, 2017
 See also iData, iData/transpose, iData/ctranspose, iData/setaxis, iData/getaxis

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 22-Aug-2017 11:03:30 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1