Institut de Robòtica i Informàtica Industrial

Lower

PURPOSE ^

Lower limit of an interval matrix.

SYNOPSIS ^

function l=Lower(I)

DESCRIPTION ^

 Lower limit of an interval matrix.

 Returns the real matrix of the lower bounds for an interval matrix.

CROSS-REFERENCE INFORMATION ^

This function calls:
This function is called by:

SOURCE CODE ^

0001 function l=Lower(I)
0002 % Lower limit of an interval matrix.
0003 %
0004 % Returns the real matrix of the lower bounds for an interval matrix.
0005 
0006   l=I.lower;


Institut de Robòtica i Informàtica Industrial

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