Institut de Robòtica i Informàtica Industrial

Diameter

PURPOSE ^

Diameter of the intervals in an interval matrix.

SYNOPSIS ^

function D=Diameter(I)

DESCRIPTION ^

 Diameter of the intervals in an interval matrix.

 Diameter of an interval matrix, I. 
 It returns a matrix, D, with the size of the interval at the corresponding
 position of the input matrix.

CROSS-REFERENCE INFORMATION ^

This function calls:
This function is called by:

SOURCE CODE ^

0001 function D=Diameter(I)
0002 % Diameter of the intervals in an interval matrix.
0003 %
0004 % Diameter of an interval matrix, I.
0005 % It returns a matrix, D, with the size of the interval at the corresponding
0006 % position of the input matrix.
0007 
0008   D=I.upper-I.lower;


Institut de Robòtica i Informàtica Industrial

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