Institut de Robòtica i Informàtica Industrial

double

PURPOSE ^

Converts an interval to a double.

SYNOPSIS ^

function d=double(I)

DESCRIPTION ^

 Converts an interval to a double.
 
 Converts a interval to an array with the lower an the upper limit of the
 interval. 
 
 This function only works of one-dimensional intervals.

 Todo % Check if this is actually used.

CROSS-REFERENCE INFORMATION ^

This function calls:
This function is called by:

SOURCE CODE ^

0001 function d=double(I)
0002 % Converts an interval to a double.
0003 %
0004 % Converts a interval to an array with the lower an the upper limit of the
0005 % interval.
0006 %
0007 % This function only works of one-dimensional intervals.
0008 %
0009 % Todo % Check if this is actually used.
0010 
0011   d=[I.lower I.upper];


Institut de Robòtica i Informàtica Industrial

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