stream_close End of trail navigation bar

Table of Contents

stream_close_all

Closes all open streams.

Syntax

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

stream_close_all;
    

See Also

 

navigation bar