Main Content
eventStreamImportOptions
This function requires Streaming Data Framework for MATLAB® Production Server™.
Syntax
Description
Use eventStreamImportOptions
only when you are unable to
detect import options from the stream object using detectImportOptions
.
opts = eventStreamImportOptions(VariableNames=
sets the names
,VariableTypes=types
)VariableNames
and VariableTypes
properties of
the ImportOptions
object opts
. names
and types
are
the names and data types of event variables that you want to import from an event stream
into MATLAB.
opts = eventStreamImportOptions(KeyVariable=
sets the kv
)KeyVariable
property of the ImportOptions
object opts
.
Examples
Input Arguments
Version History
Introduced in R2022b