23.06.2015 Views

MATLAB Programming

MATLAB Programming

MATLAB Programming

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Accessing Files with Memory-Mapping<br />

If the data in your file is not stored in this order, you might need to transpose<br />

or rearrange the order of array elements when reading or writing via a<br />

memory map.<br />

Supported Data Types for the Format Property. Any of the following<br />

data types can be used when you specify a Format value. The default type<br />

is uint8.<br />

Format String<br />

'int8'<br />

'int16'<br />

'int32'<br />

'int64'<br />

'uint8'<br />

'uint16'<br />

'uint32'<br />

'uint64'<br />

'single'<br />

'double'<br />

Data Type Description<br />

Signed 8-bit integers<br />

Signed 16-bit integers<br />

Signed 32-bit integers<br />

Signed 64-bit integers<br />

Unsigned 8-bit integers<br />

Unsigned 16-bit integers<br />

Unsigned 32-bit integers<br />

Unsigned 64-bit integers<br />

32-bit floating-point<br />

64-bit floating-point<br />

6-51

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!