Main Content
matlab.automation.streams.ToStandardOutput Class
Namespace: matlab.automation.streams
Superclasses: matlab.automation.streams.OutputStream
Output stream to write text to screen
Renamed from matlab.unittest.plugins.ToStandardOutput
in R2023a
Description
The matlab.automation.streams.ToStandardOutput
class provides an output
stream to write text to the screen. Many text-oriented plugins that accept an output stream
use a ToStandardOutput
instance as their default stream.
The matlab.automation.streams.ToStandardOutput
class is a handle
class.
Creation
stream = matlab.automation.streams.ToStandardOutput
creates an output
stream to write text to the screen.