Arrays stored in this mat file
| C# | Visual Basic | Visual C++ |
public ILBaseArray[] Arrays { get; }
Public ReadOnly Property Arrays As ILBaseArray()
public: property array<ILBaseArray^>^ Arrays { array<ILBaseArray^>^ get (); }
If the mat file was created from an existing ILBaseArray[]
array, the property gives access to the stored arrays directly!
This means one operates directly on the data and not on a copy!