readtimetable
This function requires Streaming Data Framework for MATLAB® Production Server™.
Description
tt = readtimetable( creates a timetable
        from an event stream.stream)
readtimetable converts events from an event stream into rows of a
        timetable, where:
- The names in the event body become the timetable column names. 
- The value associated with each name becomes the column value in the event row. 
- The event timestamp becomes the row timestamp. 
Examples
Input Arguments
Version History
Introduced in R2022b
See Also
writetimetable | kafkaStream | inMemoryStream | testStream | preview | seek