Click or drag to resize

MatFileItem Property

Gets a variable by name.

Namespace: Altaxo.Serialization.Matlab
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public MatValue this[
	string name
] { get; }

Parameters

name  String
Variable name.

Property Value

MatValue
See Also