MAT - Maple Help

Online Help

All Products    Maple    MapleSim


MAT Matrix File Format

MAT file format

 

Description

Examples

Description

• 

MAT is a Matrix file format which is the built-in format for numerical matrix data used by MATLAB®.

• 

This is a binary format, and supports both dense and sparse storage.

• 

The ImportMatrix command can read MAT files created in MATLAB® version 5 and later.

• 

The ExportMatrix command can write to this format.

• 

The general-purpose commands Import and Export also support this format.

Examples

Import a MATLAB® v5.0 data file.

AImportexample/dataLE.mat,base=datadir

See Also

CodeGeneration[Matlab]

Formats

MATLAB