Known issues with MATLAB
If you plan to send MATLAB calls to Spotfire using Spotfire Statistics Services, you should review the known issues.
- MATLAB cannot handle all Spotfire data types. When date or time values are sent into MATLAB, they are converted to double values (whose integer part is the number of days since 1/1/1960, and whose fractional part is the fraction of the day). An error occurs when a MATLAB output variable contains strings with non-ASCII characters (with a byte value greater than 0x7F). An error occurs when a MATLAB output variable contains any of the types (U)INT16, (U)INT32, (U)INT64, or sparse arrays. The imaginary part of any complex output values are discarded.
- Variable names and column names must respect MATLAB's restrictions (only alphanumerics and underscore; it cannot start with a digit).
Copyright © TIBCO Software Inc. All rights reserved.