| Description |
Functions for handling large matrices in MAT-files.
where is a whos-like function that returns data classes/offsets on disc allowing low-level I/O to the MAT-file.
AppendVector, AppendColumns and AppendMatrix allow data to be written in blocks to a MAT-file. This removes the need for all data to be held in memory as with the builtin save command.
Reading large data sets can be helped using the adcarray class which is available seperately, see:
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=11097&objectType=FILE |
| Other Files |
MAT/AddDimension.m, MAT/AppendColumns.m, MAT/AppendMatrix.m, MAT/AppendVector.m, MAT/CheckIsLastEntry.m, MAT/Contents.m, MAT/CreateMatrix.m, MAT/endian.m, MAT/GetLastEntry.m, MAT/MATOpen.m, MAT/private/AppendData.m, MAT/private/argcheck.m, MAT/private/ByteAlign.m, MAT/private/ChangeDimensions.m, MAT/private/Contents.m, MAT/private/GetSmallDataElement.m, MAT/private/PadToEightByteBoundary.m, MAT/private/sizeof.m, MAT/private/StandardMiCodes.m, MAT/private/StandardMxCodes.m, MAT/README.pdf, MAT/RestoreDiscClass.m, MAT/VarRename.m, MAT/where.m
|