Institut de Robòtica i Informàtica Industrial

double

PURPOSE ^

Converts a double

SYNOPSIS ^

function A=double(P)

DESCRIPTION ^

 Converts a double

 Converts a pose, P, to an column vector of doubles.

CROSS-REFERENCE INFORMATION ^

This function calls:
This function is called by:

SOURCE CODE ^

0001 function A=double(P)
0002 % Converts a double
0003 %
0004 % Converts a pose, P, to an column vector of doubles.
0005 
0006   A=P.data;
0007


Institut de Robòtica i Informàtica Industrial

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