eventStreamImportOptions
此函数需要 Streaming Data Framework for MATLAB® Production Server™。
语法
说明
仅当您无法使用 detectImportOptions 从流对象中检测导入选项时才使用 eventStreamImportOptions。
opts = eventStreamImportOptions(VariableNames= 设置 names,VariableTypes=types)ImportOptions 对象 VariableNames 的 VariableTypes 和 opts 属性。names 和 types 是要从事件流导入到 MATLAB 的事件变量的名称和数据类型。
opts = eventStreamImportOptions(KeyVariable= 设置 kv)KeyVariable 对象 ImportOptions 的 opts 属性。
示例
输入参数
版本历史记录
在 R2022b 中推出