streamingDataCompiler
此函数需要 Streaming Data Framework for MATLAB® Production Server™ 和 MATLAB Compiler SDK™。
语法
说明
创建一个 MATLAB Compiler SDK 工程文件并打开 Production Server Compiler (MATLAB Compiler SDK)。使用此应用程序将流处理函数打包到 MATLAB Production Server 的可部署存档中。filePath
= streamingDataCompiler(streamFcn
,inStream
,outStream
)
streamingDataCompiler
返回工程文件的完整路径。
设置用于打包函数的附加选项。 filePath
= streamingDataCompiler(streamFcn
,inStream
,outStream
,Name=Value
)
例如,如果您指定 OutputType="Archive"
,则 streamingDataCompiler
函数将返回可部署的存档(CTF 文件)而不是工程文件。
示例
输入参数
名称-值参数
版本历史记录
在 R2022b 中推出