External Interfaces Previous page   Next Page

Understanding Data Type Conversions

Using SOAP data types, MATLAB automatically converts XML data types to native MATLAB data types and vice versa. The following table contains the XML data type with the corresponding MATLAB data type.

XML Data Type
MATLAB Data Type 
string
char array
boolean
logical scalar
decimal
double scalar
float
double scalar
double
double scalar
duration
double scalar
time
double scalar
date
double scalar
gYearMonth
char array
gYear
char array
gMonthDay
char array
hexbinary
double array
base64Binary
double array
anyURI
char array
QName
char array


Previous page  What Are Web Services in MATLAB? Finding More Information About Web Services Next page

© 1994-2005 The MathWorks, Inc.