Institut de Robòtica i Informàtica Industrial

ctranspose

PURPOSE ^

Transpos an interval matrix.

SYNOPSIS ^

function Iout=ctranspose(I)

DESCRIPTION ^

 Transpos an interval matrix.

 Complex conjugate transpose of a interval matrix, I.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function Iout=ctranspose(I)
0002 % Transpos an interval matrix.
0003 %
0004 % Complex conjugate transpose of a interval matrix, I.
0005 
0006   Iout=Interval(I.lower',I.upper');
0007


Institut de Robòtica i Informàtica Industrial

Generated on Fri 24-Jul-2009 12:32:50 by m2html © 2003