Create MatFile object from ILBaseArray
| C# | Visual Basic | Visual C++ |
public MatFile( ILBaseArray[] input )
Public Sub New ( _ input As ILBaseArray() _ )
public: MatFile( array<ILBaseArray^>^ input )
- input (array< ILBaseArray >[]()[])
- ILBaseArray of arbitrary size/type
| Exception | Condition |
|---|---|
| ArgumentNullException | if input array was null or one of the names in the input arrays does not fullfill the restrictions made from Matlab |