Main Content
start
This function requires Streaming Data Framework for MATLAB® Production Server™ and MATLAB Compiler SDK™.
Description
start(
starts processing event streams
using a local test server (development version of MATLAB
Production Server) running at the default hostname esp
)localhost
and port number
9910. Asynchronous event processing started with the start
function
continues until either the processor reaches the end of the stream or you explicitly call
stop
.
Note
Before starting event processing with start
, you must start the
local test server with startServer
.
Examples
Input Arguments
Version History
Introduced in R2022b