What Is an MAT File?

Your MAT file could be an Access shortcut, MATLAB data file, or material file used in 3D design software

What to Know

  • Some MAT files are shortcuts to MS Access tables. Open one with Access.
  • Others are MATLAB data files that store things like functions and variables.
  • MAT files are also used in some 3D design software to stores textures and images. 

This article explains the several file formats that use the MAT file extension. We'll look at how to open each kind and what your options are for converting your file into a different format.

What Is an MAT File?

A file with the MAT file extension is most likely a Microsoft Access Table shortcut file that's used to quickly open a table without having to first open MS Access.

MAT files in Windows 10 that open with MS Access

The MathWorks MATLAB program uses MAT files, too, as a container for holding data like functions and variables.

This file extension is also used in 3D design software to denote a file that stores things like textures and images. These are called 3ds Max Materials files, Vue Material files, or V-Ray Materials files.

MAT is also short for some technology terms, like media access time and memory acceleration, but they have nothing to do with the file formats described on this page.

How to Open an MAT File

Microsoft Access Shortcuts can be created by dragging a table out of Access and to the desktop or into another folder. Microsoft Access needs to be installed in order to use them.

MATLAB can open MAT files that are used by that program.

If your file isn't in either of those formats, it might instead be a materials file used in 3D design software. Autodesk's 3ds Max and E-on Vue use MAT files. Chaos Software's V-Ray plugin can load one into 3ds Max and MAXON CINEMA.

The Unity game engine may use files with this extension as well.

Use a free text editor to open it if none of the above programs are working for you. It's possible that a different program created it and stored the information in a plain text file. This isn't the case for any of the above cases, but it might be for yours.

How to Convert an MAT File

There's no way to convert a Microsoft Access Table Shortcut file, and there's also probably no reason to want to convert this type of file.

However, materials files probably can be converted. This is likely possible through the program that uses the file. So if you're wanting to convert one that's used with E-on Vue, for example, you should be able to open the file there and save to another format. This is normally possible though a Save As or Export option in the File menu.

You can convert 3ds Max Materials files to a format that's supported by previous versions of the software.

MATLAB can convert MAT to CSV. See the instructions at MATLAB Answers if you need help, as well as this MathWorks documentation on csvwrite. That first link is also useful if you need help converting MAT to TXT or another text-based format.

Still Can't Open It?

MAT files aren't the same as MATERIAL files, which are texture references used with the Rigs of Rods 3D simulator game.

Atomic Combat is another game that uses a similar extension, MATO, for saved game files, but they are used with that game, specifically.

Despite those file extensions looking like they're related to MAT files, they're actually in their own format and therefore open with their own programs.

FAQ
  • How do I access the data of MAT file in MATLAB?

    You can check the contents of and load specific data from .MAT files in MATLAB using the matfile function. Entering matObj = matfile(filename) creates a matlab.io.MatFile object connected to the MAT-file specified by filename.

  • How do you save a table as an MAT file in Microsoft Access?

    MAT files are Microsoft Access Table (MAT) shortcut files. You can create an MAT file in Access by clicking and dragging a table to your desktop.


Was this page helpful?