Engine.ResizeOutputBuffer
Engine.ResizeOutputBuffer — replaces the OutputBuffer
with one of a new length.
Syntax
Engine.ResizeOutputBuffer (bytelen)
Arguments
- bytelen
A number of bytes specifying the
length of the new buffer.
Description
This function replaces the
existing OutputBuffer for the
Engine with a new one of
bytelen bytes (including the trailing
NUL character). This function is defined
in the MatlabSupport.g file.