Click or drag to resize

MatFileV5WriterWrite Method

Writes a named variable as an miMATRIX element.

Namespace: Altaxo.Serialization.Matlab
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Write(
	string name,
	MatValue value
)

Parameters

name  String
Variable name.
value  MatValue
Value to write.
Exceptions
ExceptionCondition
NotSupportedExceptionThrown if the value type is not supported by this writer.
See Also