add array to collection of arrays in this ILMatFile container
| C# | Visual Basic | Visual C++ |
public string Add( ILBaseArray A )
Public Function Add ( _ A As ILBaseArray _ ) As String
public: String^ Add( ILBaseArray^ A )
- A (ILBaseArray)
- array to be added to ILMatFile
string used to identify the array in the collection of arrays
The internal
CopyC# property of array given will be used as identification key.Name
Note, the test if elements of A are supported by MatFile specification is done if the MatFile is to be written to stream ('write').
| Exception | Condition |
|---|---|
| ILInvalidOperationException | if the internal name of A does not fullfill the restrictions given by Matlab. |