streamingDataCompiler
This function requires Streaming Data Framework for MATLAB® Production Server™ and MATLAB Compiler SDK™.
Syntax
Description
creates a MATLAB
Compiler SDK project file and opens the Production Server Compiler (MATLAB Compiler SDK) app. Use this
app to package the streaming function into a deployable archive for MATLAB
Production Server.filePath
= streamingDataCompiler(streamFcn
,inStream
,outStream
)
streamingDataCompiler
returns the full path to the project
file.
sets additional options for packaging the function. filePath
= streamingDataCompiler(streamFcn
,inStream
,outStream
,Name=Value
)
For example, if you specify OutputType="Archive"
, the
streamingDataCompiler
function returns a deployable archive (CTF
file) instead of a project file.
Examples
Input Arguments
Version History
Introduced in R2022b