quanser.communications.stream.listen End of trail navigation bar

Table of Contents

quanser.communications.stream.close_all

Closes all open streams.

Syntax

        quanser.communications.stream.close_all
    

Description

Closes all open streams. This function is useful when the MATLAB workspace has been cleared using the clear command and the handles to open streams have been lost.

Parameters

This function has no parameters.

Outputs

This function has no outputs.

Examples

        quanser.communications.stream.close_all;
    

See Also

 

navigation bar