Click or drag to resize
CSMatDumpML Method
Dumps this matrix in MatLab format.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member DumpML : 
        f : FSharpOption<FSharpFunc<int, FSharpFunc<string, Unit>>> * 
        level : FSharpOption<int> * 
        nam : FSharpOption<string> * 
        idxOffset : FSharpOption<int> -> unit 

Parameters

f
Type: Microsoft.FSharp.CoreFSharpOptionFSharpFuncInt32, FSharpFuncString, Unit
The optional output function to use. The default is showLogInd.
level
Type: Microsoft.FSharp.CoreFSharpOptionInt32
The optional indentation level. The default is 0.
nam
Type: Microsoft.FSharp.CoreFSharpOptionString
An optional name for the matrix. The default is A.
idxOffset
Type: Microsoft.FSharp.CoreFSharpOptionInt32
An optional number of rows and columns to skip. If this is not zero, then the square submatrix starting at this offset is dumped instead of the full matrix. The default is 0.
See Also