detectExportOptions
This function requires Streaming Data Framework for MATLAB® Production Server™.
Description
detects export options from an event stream and returns them in opts
= detectExportOptions(stream
,row
)opts
.
These options specify the rules for transforming MATLAB variables into streaming data. To determine which streaming data type best
matches the type of each column variable, detectExportOptions
examines
a row of timetable data and includes the type information in
opts
.
To get and set the types of the variables as they are exported from MATLAB to the stream, use getvartype
and
setvartype
.
To export data from MATLAB to a stream, use writetimetable
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022b
See Also
ExportOptions
| detectImportOptions
| setvartype
| getvartype