MatlabStream.WriteSymbolCore Method

Writes the specified object to the data stream.

Definition

Namespace: Extreme.Data.Matlab
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
protected override void WriteSymbolCore(
	MatlabDataObject value,
	string name
)

Parameters

value  MatlabDataObject
The object to write to the data stream.
name  String
The name of the object in the data stream.

See Also