read ONE array (arbitrary dimensions/type) from MAT file
| C# | Visual Basic | Visual C++ |
private ILBaseArray read_miMATRIX( BinaryReader br )
Private Function read_miMATRIX ( _ br As BinaryReader _ ) As ILBaseArray
private: ILBaseArray^ read_miMATRIX( BinaryReader^ br )
- br (BinaryReader)
- binary reader initialized and pointing to the beginning of the subarray element.
ILBaseArray of size and type originally stored into the mat file.